IContentParserReplaceContentWithVariablesAndEvents Method

Alterian Email Manager 6.2.3 SDK Help File
Replaces mapped variables and events for the contents provided

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

Syntax
IList<ParsableContent> ReplaceContentWithVariablesAndEvents(
	int campaignId,
	MappedParsedItem mappedParsedItem,
	IList<ParsableContent> contents
)

Parameters

campaignId
Type: SystemInt32
Campign Id
mappedParsedItem
Type: DMLibrary.ParserMappedParsedItem
contents
Type: System.Collections.GenericIListParsableContent
list of contents ParsableContent

Return Value

Type: IListParsableContent
list of contentsParsableContent
See Also