Click or drag to resize

MacroPluginPartitionPublishing Method

Called before a multi-user partition is published or unclaimed

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

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
aUnclaiming
Type: SystemBoolean
true if the partition is unclaimed, false when the partition is published
Remarks
AD3 >= 3.1.0, MDK >= 1.2
See Also