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.Flow
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public static int QueueCampaignFlowMetadataUpdate(
	DMToken token,
	int campaignSaveID,
	int flowID,
	string name,
	string 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: Int32
A Save Item ID.
See Also