EMDocumentsAddCampaignMetadataToCampaignSave Method

Alterian Email Manager 6.2.3 SDK Help File
Adds a task to a transactional Campaign Save that will update the Metadata of the Campaign.

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

Syntax
public static int AddCampaignMetadataToCampaignSave(
	DMToken token,
	int campaignSaveID,
	string campaignName,
	string description
)

Parameters

token
Type: DMToken
Authentication Token.
campaignSaveID
Type: SystemInt32
Campaign Save Context Id.
campaignName
Type: SystemString
New Name for the Campaign.
description
Type: SystemString
New Description for the Campaign.

Return Value

Type: Int32
Campaign Save Item Context Id.
See Also