<PackageReference Include="Relativity.Server.EventHandler.SDK" Version="5000.0.3" />

IInstallEventHandlerProperties

Interface that defines storage properties needed by the InstallEventHandlerBase class
int ApplicationArtifactId { get; set; }

Gest and/or sets artifact id of the application in the workspace.

Gets a current version of the application in the workspace. If first time install, version will be Nothing/null.

bool Dirty { get; set; }

Gets and/or sets a boolean flag to indicate if the application had been unlocked for any reason since the last install.

Gets a version of the application being installed.

void SetInstallProperties(Version currentVersion, Version versionInstalling, bool dirty, int applicationArtifactId, int workspaceId)

Method which sets installation properties of an application.