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

LibraryApplicationInstallOptions

Represents a request for creating or updating a Library Application.
public bool CreateIfMissing { get; set; }

Gets or sets a value indicating whether an application is created when it doesn't already exist in the library. By default, if the application is missing, it will be created.

public string FileName { get; set; }

Gets or sets the optional name of the RAP file for the application.

public bool IgnoreVersion { get; set; }

Gets or sets a value indicating whether enables or disables version checks. By default, only upgrades with a higher application version than the version currently installed are allowed.

public bool RefreshCustomPages { get; set; }

Gets or sets a value indicating whether the custom pages should be refreshed up front or later when the application is installed to a workspace.