<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

ApplicationInstallSearchItem

Returns the status of an application installation for an application and workspace combination.

The application associated with the install.

public int ApplicationInstallID { get; set; }

The ID of the latest application installation attempt.

The client associated with the target workspace.

public DateTime? CompletedOn { get; set; }

The date and time when the application install was completed.

The user that initiated the application install.

public InstallStatus InstallStatus { get; set; }

The status of the application install.

public bool IsOutOfDate { get; set; }

If the application installed in the workspace has a lower version and/or a different origin signature than what is currently installed in the Application Library, the application is considered to be "Out of Date."

The matter associated with the target workspace.

public string Message { get; set; }

Information generated during the install process.

public int RootFolderID { get; set; }

Root folder related to the workspace where the application was installed.

public DateTime? StartedOn { get; set; }

The date and time when the application install was started.

public string Version { get; set; }

The version number of the application.

The workspace where the application was installed.