FlowDocumentsQueueCampaignFlowCreation Method

Alterian Email Manager 6.2.3 SDK Help File
Queues the creation 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 QueueCampaignFlowCreation(
	DMToken token,
	int campaignSaveID,
	string name,
	string description
)

Parameters

token
Type: DMToken
Authentication Token.
campaignSaveID
Type: SystemInt32
ID of the containing Campaign.
name
Type: SystemString
Name for the new Flow.
description
Type: SystemString
Description of the new Flow.

Return Value

Type: Int32
A Save Item ID.
See Also