UpdateLibraryApplicationRequest
Represents a request for creating or updating a Library Application.
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.
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.
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.
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.
public UpdateLibraryApplicationRequest()