EMDocumentsUpdateCreative Method
|
Alterian Email Manager 6.2.3 SDK Help File
Update an existing Creative.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static void UpdateCreative(
DMToken token,
int DocumentID,
string CreativeName,
string Description,
EMDocumentType DocumentType,
bool InsertUnsubText,
EMContent HTMLContent,
EMContent TextContent
)
Public Shared Sub UpdateCreative (
token As DMToken,
DocumentID As Integer,
CreativeName As String,
Description As String,
DocumentType As EMDocumentType,
InsertUnsubText As Boolean,
HTMLContent As EMContent,
TextContent As EMContent
)
public:
static void UpdateCreative(
DMToken^ token,
int DocumentID,
String^ CreativeName,
String^ Description,
EMDocumentType DocumentType,
bool InsertUnsubText,
EMContent^ HTMLContent,
EMContent^ TextContent
)
static member UpdateCreative :
token : DMToken *
DocumentID : int *
CreativeName : string *
Description : string *
DocumentType : EMDocumentType *
InsertUnsubText : bool *
HTMLContent : EMContent *
TextContent : EMContent -> unit
DMLibrary.EMDocuments.UpdateCreative = function(token, DocumentID, CreativeName, Description, DocumentType, InsertUnsubText, HTMLContent, 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