ArtifactManagerProxy.InstallLibraryApplication Method

Relativity Services API
Imports a Application to the Application Library

Namespace:  kCura.Relativity.Client
Assembly:  kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public ResultSet InstallLibraryApplication(
	APIOptions apiOpt,
	AppInstallRequest appInstallRequest
)

Parameters

apiOpt
Type: kCura.Relativity.Client.APIOptions
The APIOptions object containing the login token from the Login() call, workspace ID must be -1
appInstallRequest
Type: kCura.Relativity.Client.AppInstallRequest
Holds the information for application that you will install

Return Value

Type: ResultSet
Process Operation Result to use to look up the process of the install
See Also

Reference