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.FlowAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static int QueueCampaignFlowCreation(
DMToken token,
int campaignSaveID,
string name,
string description
)
Public Shared Function QueueCampaignFlowCreation (
token As DMToken,
campaignSaveID As Integer,
name As String,
description As String
) As Integer
public:
static int QueueCampaignFlowCreation(
DMToken^ token,
int campaignSaveID,
String^ name,
String^ description
)
static member QueueCampaignFlowCreation :
token : DMToken *
campaignSaveID : int *
name : string *
description : string -> int
DMLibrary.Flow.FlowDocuments.QueueCampaignFlowCreation = function(token, campaignSaveID, name, 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:
Int32A Save Item ID.
See Also