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
Name | Description | |
---|---|---|
![]() | ApplicationArtifactId |
Gest and/or sets artifact id of the application in the workspace.
|
![]() | CurrentVersion |
Gets a current version of the application in the workspace. If first time install, version will be Nothing/null.
|
![]() | Dirty |
Gets and/or sets a boolean flag to indicate if the application had been unlocked for any reason since the last install.
|
![]() | VersionInstalling |
Gets a version of the application being installed.
|
Methods
Name | Description | |
---|---|---|
![]() | SetInstallProperties |
Method which sets installation properties of an application.
|
Remarks
See Also