HtmlProcessingGetHtmlForProcessing Method 
                         | 
                    
                
Alterian Email Manager 6.2.3 SDK Help File Namespace:   
   DMLibraryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static string GetHtmlForProcessing(
	DMToken Token,
	Guid HtmlId
)
Public Shared Function GetHtmlForProcessing ( 
	Token As DMToken,
	HtmlId As Guid
) As String
public:
static String^ GetHtmlForProcessing(
	DMToken^ Token, 
	Guid HtmlId
)
static member GetHtmlForProcessing : 
        Token : DMToken * 
        HtmlId : Guid -> string 
DMLibrary.HtmlProcessing.GetHtmlForProcessing = function(Token, HtmlId);
Parameters
- Token
 - Type: DMToken
 - HtmlId
 - Type: SystemGuid
 
Return Value
Type: 
String
See Also