EventMapperMap Method

Alterian Email Manager 6.2.3 SDK Help File
Maps href="url" in the content to the event list provided, new url is mapped to EMEvent with ID=-1, Name="Unique Event"

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

Syntax
public IList<MappedEMEvent> Map(
	IList<EMEvent> events,
	string content
)

Parameters

events
Type: System.Collections.GenericIListEMEvent
list of EMEvent
content
Type: SystemString
content to parse

Return Value

Type: IListMappedEMEvent
list of MappedEMEvent

Implements

IEventMapperMap(IListEMEvent, String)
See Also