ParsableContent Class

Alterian Email Manager 6.2.3 SDK Help File
Content to parse
Inheritance Hierarchy
SystemObject
  DMLibrary.ParserParsableContent

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

Syntax
public class ParsableContent

The ParsableContent type exposes the following members.

Constructors
NameDescription
Public methodParsableContent
Initializes a new instance of the ParsableContent class
Top
Properties
NameDescription
Public propertyCreativeId
Gets and sets creative Id
Public propertyCreativeName
Gets and sets creative name
Public propertyHtmlContent
Gets and sets html content
Public propertyIncludeFullImagePath
Gets and sets flag whether to include full image path for parsing
Public propertyLeftDelimiter
Gets and sets left delimiter
Public propertyProcessorHasRun
Gets and sets whether processor is run or not
Public propertyRightDelimiter
Gets and sets right delimiter
Public propertyTextContent
Gets and sets text content
Top
See Also