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

UpdateLibraryApplicationRequest

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

Gets or sets whether an application is created when it doesn't already exist in the library. By default, if the application is missing, an exception is thrown.

public string FileName { get; set; }

Gets or sets the optional name of the RAP file for the application. If provided, this value will override the existing filename found in the RAP file, and allow an upgrade with the same application version as the version currently installed.

public bool IgnoreVersion { get; set; }

Gets or sets a value which enables or disables version checks. By default, only upgrades with a higher application version than the version currently installed are allowed. NOTE: All update requests are processed by a queue and will be not be immediate.

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. NOTE: When set to false (default), updates to custom pages are made during the application install process and will take longer to take effect.