Click or drag to resize

MacroPluginPartitionLoaded Method

Called when the a multi-user partition was loaded as part of a claim or update command

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

Parameters

aPartitionGuid
Type: SystemGuid
the Guid of the partition that was loaded
aRootObject
Type: Articy.ApiObjectProxy
the object that is the root of that partition
See Also