IEventMapperReplace Method
|
Alterian Email Manager 6.2.3 SDK Help File
Replaces content with the mapped events
Namespace:
DMLibrary.ParserAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxstring Replace(
IList<MappedEMEvent> events,
string content
)
Function Replace (
events As IList(Of MappedEMEvent),
content As String
) As String
String^ Replace(
IList<MappedEMEvent^>^ events,
String^ content
)
abstract Replace :
events : IList<MappedEMEvent> *
content : string -> string
function Replace(events, content);
Parameters
- events
- Type: System.Collections.GenericIListMappedEMEvent
mapped events - content
- Type: SystemString
cotent
Return Value
Type:
Stringcontent with replaced events
See Also