EventParser Class

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

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

Syntax
public class EventParser : ParserBase

The EventParser type exposes the following members.

Constructors
Properties
Methods
NameDescription
Public methodParse
Override: Method to Parse content
(Overrides ParserBaseParse(String).)
Public methodParseEvent
Parses content for events and returns a collection
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