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

LibraryApplication

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

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

public DateTime? CreatedOn { get; set; }

Gets or sets 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; set; }

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

public DateTime? LastModifiedOn { get; set; }

Gets or sets 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.