EventMapper Class

Alterian Email Manager 6.2.3 SDK Help File
Maps events found in the creative contents
Inheritance Hierarchy
SystemObject
  DMLibrary.ParserEventMapper

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

Syntax
public class EventMapper : IEventMapper

The EventMapper type exposes the following members.

Constructors
NameDescription
Public methodEventMapper
Constructor
Top
Properties
NameDescription
Public propertyCreativeId
Gets and sets CreativeId
Public propertyCreativeName
Gets and sets creative name
Public propertyIsNewUrlAssociated
Gets and sets if a new URL is associated to the event
Public propertyMapperMode
Gets and Sets the mapper mode
Public propertyStartCreativeIndex
Gets and sets start index within a creative
Public propertyStartIndex
Gets and sets start index
Top
Methods
NameDescription
Public methodMap
Maps href="url" in the content to the event list provided, new url is mapped to EMEvent with ID=-1, Name="Unique Event"
Public methodReplace
Replaces content with the mapped events
Top
See Also