EMDocumentsGetTemplateContent Method

Alterian Email Manager 6.2.3 SDK Help File
Returns the DM template content for a given EM Creative.

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

Syntax
public static string GetTemplateContent(
	DMToken token,
	int CreativeId,
	EMContentType 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: String
Template Content.
See Also