Click or drag to resize

MacroPluginPartitionsPublished Method

Called after a multi-user partition is published or unclaimed, can be used to prevent publishing if a non null error is returned. Will be called after the "PartitionPublished" callback

Namespace:  Articy.Api.Plugins
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public virtual void PartitionsPublished(
	Dictionary<Guid, ObjectProxy> aPartitions,
	bool aUnclaiming,
	string aMessage
)

Parameters

aPartitions
Type: System.Collections.GenericDictionaryGuid, ObjectProxy
The dictionary of all published partitions, key is the GUID of the partition, value is the root object to that partition.
aUnclaiming
Type: SystemBoolean
true if the partitions are unclaimed, false when the partitions are published
aMessage
Type: SystemString
The message that was used for the Source control
Remarks
AD3 >= 3.1.31, MDK >= 1.8
See Also