VariableParser Class

Alterian Email Manager 6.2.3 SDK Help File
Parses variables in the creative content
Inheritance Hierarchy

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

Syntax
public class VariableParser : ParserBase

The VariableParser type exposes the following members.

Constructors
NameDescription
Public methodVariableParser
Initializes a new instance of the VariableParser class
Top
Properties
Methods
NameDescription
Public methodParse
Override: Method to Parse content
(Overrides ParserBaseParse(String).)
Public methodParseVariable
Override: Method to Parse content
Public methodParseWithReplaceAll
Parses content based on the pattern and replaces all matches with string provided
(Inherited from ParserBase.)
Public methodParseWithReplaceOne
Parses content based on the pattern and replaces only first match with string provided
(Inherited from ParserBase.)
Top
See Also