FlowDocumentsQueueCampaignFlowDeletion Method

Alterian Email Manager 6.2.3 SDK Help File
Queue the deletion of a Flow to be run during the commit phase of a transactional Campaign save.

Namespace:  DMLibrary.Flow
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public static int QueueCampaignFlowDeletion(
	DMToken token,
	int campaignSaveID,
	int flowID
)

Parameters

token
Type: DMToken
Authentication Token.
campaignSaveID
Type: SystemInt32
ID of the containing Campaign.
flowID
Type: SystemInt32
ID of the Flow to delete.

Return Value

Type: Int32
A Save Item ID.
See Also