Click or drag to resize
ActionHookBaseOnBeforeChangePackage Method
Called before changing a package.

Namespace: Atomia.Provisioning.Base.Plugins
Assembly: Atomia.Provisioning.Base.Plugins (in Atomia.Provisioning.Base.Plugins.dll) Version: 17.3.6337.16010
Syntax
public virtual void OnBeforeChangePackage(
	Object package,
	string newPackageName,
	string argument,
	out bool overridesDefaultBehavior
)

Parameters

package
Type: SystemObject
The existing package. It is inscance of Package class.
newPackageName
Type: SystemString
Name of the new package.
argument
Type: SystemString
The argument string from configuration.
overridesDefaultBehavior
Type: SystemBoolean
If set to true plugin will override default behavior of changing package.
See Also