IVariableMapperMap Method

Alterian Email Manager 6.2.3 SDK Help File
Maps variables provided with the parsed item in the content

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

Syntax
IList<MappedEMVariable> Map(
	IList<EMVariable> variables,
	string content
)

Parameters

variables
Type: System.Collections.GenericIListEMVariable
list of EMVariable
content
Type: SystemString
content to parse

Return Value

Type: IListMappedEMVariable
list of MappedEMVariable
See Also