EMDocumentsUpdateEmailCampaign Method

Alterian Email Manager 6.2.3 SDK Help File
Update an existing Email Campaign Document.

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

Syntax
public static void UpdateEmailCampaign(
	DMToken token,
	int campaignID,
	string campaignName,
	string description,
	int folderID
)

Parameters

token
Type: DMToken
Authentication Token.
campaignID
Type: SystemInt32
Existing Campaign Document Id.
campaignName
Type: SystemString
New name for the Campaign.
description
Type: SystemString
New description for the Campaign.
folderID
Type: SystemInt32
New category/folder Id for the Campaign.
See Also