Click or drag to resize

MacroPluginPartitionUnloaded Method

Called when the a multi-user partition was 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 PartitionUnloaded(
	Guid aPartitionGuid
)

Parameters

aPartitionGuid
Type: SystemGuid
the Guid of the partition that was unloaded
See Also