IInstallEventHandlerProperties Interface

Relativity Event Handlers
Interface that defines storage properties needed by the InstallEventHandlerBase class

Namespace:  kCura.EventHandler
Assembly:  kCura.EventHandler (in kCura.EventHandler.dll) Version: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
Syntax

public interface IInstallEventHandlerProperties

public interface IInstallEventHandlerProperties

The IInstallEventHandlerProperties type exposes the following members.

Properties

  NameDescription
Public propertyApplicationArtifactId
Gest and/or sets artifact id of the application in the workspace.
Public propertyCurrentVersion
Gets a current version of the application in the workspace. If first time install, version will be Nothing/null.
Public propertyDirty
Gets and/or sets a boolean flag to indicate if the application had been unlocked for any reason since the last install.
Public propertyVersionInstalling
Gets a version of the application being installed.
Top
Methods

  NameDescription
Public methodSetInstallProperties
Method which sets installation properties of an application.
Top
Remarks

See Also

Reference