InstallEventHandlerBase
public abstract class InstallEventHandlerBase : MarshalByRefObject, IExecutable, IInstallEventHandlerProperties, IDisposable
Base class for install event handler instances.
ArtifactId of the Application in the workspace.
Current Version of the application in the workspace.
Boolean to indicate if the application had been unlocked for any reason since the last install.
Gets and/or sets the Helper property of the event hendler which returns IEHHelper object from Relativity.API.
Version of the application being installed.
protected InstallEventHandlerBase()
Execute function that is called when the application is installed.
public void SetInstallProperties(Version currentVersion, Version versionInstalling, bool dirty, int applcaitonArtifactId, int workspaceId)
Sets needed parameters for install event handlers.