Show / Hide Table of Contents

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 Source

CreateIfMissing

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX