IEMLibraryWrapperGetHTMLTemplateID 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
Syntaxint GetHTMLTemplateID(
	DMToken token,
	int documentID
)
Function GetHTMLTemplateID ( 
	token As DMToken,
	documentID As Integer
) As Integer
int GetHTMLTemplateID(
	DMToken^ token, 
	int documentID
)
abstract 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
See Also