IEMLibraryWrapperGetTextTemplateID Method
|
Alterian Email Manager 6.2.3 SDK Help File
Get The Text Creative ID for the given document
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxint GetTextTemplateID(
DMToken token,
int documentID
)
Function GetTextTemplateID (
token As DMToken,
documentID As Integer
) As Integer
int GetTextTemplateID(
DMToken^ token,
int documentID
)
abstract GetTextTemplateID :
token : DMToken *
documentID : int -> int
function GetTextTemplateID(token, documentID);
Parameters
- token
- Type: DMToken
Authentication token - documentID
- Type: SystemInt32
EM Creative ID of the text content template ID to be returned
Return Value
Type:
Int32a template ID
See Also