<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="10.3.0" />

RelativityApplication

Represents the relativity application object.
public NamedArtifact CreatedBy { get; }

Gets the NamedArtifact (ArtifactID and Name) of the user who created the library application.

public DateTime? CreatedOn { get; }

Gets the date and time when the library application was added to Relativity.

public string FileName { get; set; }

Gets or sets the RAP file name.

public Guid[] Guids { get; set; }

Gets or sets an array of GUIDs used to identify the library application.

public NamedArtifact LastModifiedBy { get; }

Gets the NamedArtifact (ArtifactID and Name) of the user who recently updated the library application.

public DateTime? LastModifiedOn { get; }

Gets the date and time when the library application was most recently modified.

public string TreeView { get; set; }

Gets or sets different components that make up the application in JSON format.

public string Version { get; set; }

Gets or sets the version of application.