EMDocumentsUpdateCreative Method

Alterian Email Manager 6.2.3 SDK Help File
Update an existing Creative.

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

Syntax
public static void UpdateCreative(
	DMToken token,
	int DocumentID,
	string CreativeName,
	string Description,
	EMDocumentType DocumentType,
	bool InsertUnsubText,
	EMContent HTMLContent,
	EMContent TextContent
)

Parameters

token
Type: DMToken
Authentication Token.
DocumentID
Type: SystemInt32
The Id of the Creative to update.
CreativeName
Type: SystemString
The new Name for the Creative.
Description
Type: SystemString
The new Description for the Creative.
DocumentType
Type: DMLibraryEMDocumentType
The Type of the Creative.
InsertUnsubText
Type: SystemBoolean
Insert Unsubscribe Text Flag
HTMLContent
Type: DMLibraryEMContent
HTML Content.
TextContent
Type: DMLibraryEMContent
Text Content.
See Also