Click or drag to resize

MacroPluginPartitionUnloading Method

Called when the a multi-user partition is about to be unloaded. Called when a partition is either claimed or updated

Namespace:  Articy.Api.Plugins
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public virtual void PartitionUnloading(
	Guid aPartitionGuid,
	ObjectProxy aRootObject
)

Parameters

aPartitionGuid
Type: SystemGuid
the Guid of the partition that should be unloaded
aRootObject
Type: Articy.ApiObjectProxy
the object that is the root of that partition
See Also