EMLibraryWrapperGetTextTemplateID Method

Alterian Email Manager 6.2.3 SDK Help File
Get The Text Creative ID for the given document

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public int GetTextTemplateID(
	DMToken token,
	int 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: Int32
a template ID

Implements

IEMLibraryWrapperGetTextTemplateID(DMToken, Int32)
See Also