EMLibraryWrapperGetHTMLTemplateID Method
|
Alterian Email Manager 6.2.3 SDK Help File
Get The HTML Template ID for the given document
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic int GetHTMLTemplateID(
DMToken token,
int documentID
)
Public Function GetHTMLTemplateID (
token As DMToken,
documentID As Integer
) As Integer
public:
virtual int GetHTMLTemplateID(
DMToken^ token,
int documentID
) sealed
abstract GetHTMLTemplateID :
token : DMToken *
documentID : int -> int
override GetHTMLTemplateID :
token : DMToken *
documentID : int -> int
function GetHTMLTemplateID(token, documentID);
Parameters
- token
- Type: DMToken
Authentication token. - documentID
- Type: SystemInt32
EM Creative ID of the HTML content template ID to be returned
Return Value
Type:
Int32a template ID
Implements
IEMLibraryWrapperGetHTMLTemplateID(DMToken, Int32)
See Also