FlowDocumentsQueueCampaignFlowMetadataUpdate Method
|
Alterian Email Manager 6.2.3 SDK Help File
Queue the update of a Flow's metadata 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 QueueCampaignFlowMetadataUpdate(
DMToken token,
int campaignSaveID,
int flowID,
string name,
string description
)
Public Shared Function QueueCampaignFlowMetadataUpdate (
token As DMToken,
campaignSaveID As Integer,
flowID As Integer,
name As String,
description As String
) As Integer
public:
static int QueueCampaignFlowMetadataUpdate(
DMToken^ token,
int campaignSaveID,
int flowID,
String^ name,
String^ description
)
static member QueueCampaignFlowMetadataUpdate :
token : DMToken *
campaignSaveID : int *
flowID : int *
name : string *
description : string -> int
DMLibrary.Flow.FlowDocuments.QueueCampaignFlowMetadataUpdate = function(token, campaignSaveID, flowID, name, description);
Parameters
- token
- Type: DMToken
Authentication Token. - campaignSaveID
- Type: SystemInt32
Save Context ID - flowID
- Type: SystemInt32
ID of the Flow to update. - name
- Type: SystemString
Updated Name for the Flow. - description
- Type: SystemString
Updated Description for the Flow.
Return Value
Type:
Int32A Save Item ID.
See Also