EMDocumentsGetTemplateContent Method
|
Alterian Email Manager 6.2.3 SDK Help File
Returns the DM template content for a given EM Creative.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static string GetTemplateContent(
DMToken token,
int CreativeId,
EMContentType contentType
)
Public Shared Function GetTemplateContent (
token As DMToken,
CreativeId As Integer,
contentType As EMContentType
) As String
public:
static String^ GetTemplateContent(
DMToken^ token,
int CreativeId,
EMContentType contentType
)
static member GetTemplateContent :
token : DMToken *
CreativeId : int *
contentType : EMContentType -> string
DMLibrary.EMDocuments.GetTemplateContent = function(token, CreativeId, contentType);
Parameters
- token
- Type: DMToken
Authentication Token. - CreativeId
- Type: SystemInt32
The ID of the EM creative document. - contentType
- Type: DMLibraryEMContentType
The content type of the Creative to return.
Return Value
Type:
StringTemplate Content.
See Also