IEventMapperReplace Method

Alterian Email Manager 6.2.3 SDK Help File
Replaces content with the mapped events

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

Syntax
string Replace(
	IList<MappedEMEvent> events,
	string content
)

Parameters

events
Type: System.Collections.GenericIListMappedEMEvent
mapped events
content
Type: SystemString
cotent

Return Value

Type: String
content with replaced events
See Also