Class LibraryApplicationInstallOptions
Represents a request for creating or updating a Library Application.
Inheritance
System.Object
LibraryApplicationInstallOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class LibraryApplicationInstallOptions
Properties
| Improve this Doc View SourceCreateIfMissing
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.
Declaration
public bool CreateIfMissing { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FileName
Gets or sets the optional name of the RAP file for the application.
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IgnoreVersion
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.
Declaration
public bool IgnoreVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
RefreshCustomPages
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.
Declaration
public bool RefreshCustomPages { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |