EventMapperReplace 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
Syntaxpublic string Replace(
IList<MappedEMEvent> events,
string content
)
Public Function Replace (
events As IList(Of MappedEMEvent),
content As String
) As String
public:
virtual String^ Replace(
IList<MappedEMEvent^>^ events,
String^ content
) sealed
abstract Replace :
events : IList<MappedEMEvent> *
content : string -> string
override 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
Implements
IEventMapperReplace(IListMappedEMEvent, String)
See Also