EMDocumentsAddCreativeMetadataToCampaignSave Method

Alterian Email Manager 6.2.3 SDK Help File
Add a task to a transactional Campaign Save that will update the metadata of a Creative.

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

Syntax
public static int AddCreativeMetadataToCampaignSave(
	DMToken token,
	int campaignSaveID,
	int creativeID,
	string creativeName,
	string description,
	string encoding,
	bool useSameEncoding = true,
	string textEncoding = ""
)

Parameters

token
Type: DMToken
Authentication Token.
campaignSaveID
Type: SystemInt32
Campaign Save Context Id.
creativeID
Type: SystemInt32
The Id of the Creative to update.
creativeName
Type: SystemString
The new Name of the Creative.
description
Type: SystemString
The new Description of the Creative.
encoding
Type: SystemString
useSameEncoding (Optional)
Type: SystemBoolean
textEncoding (Optional)
Type: SystemString

Return Value

Type: Int32
Creative Save Item Context Id.
See Also