IVariableMapperReplace Method

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

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

Syntax
string Replace(
	IList<MappedEMVariable> variables,
	string content
)

Parameters

variables
Type: System.Collections.GenericIListMappedEMVariable
mapped variables
content
Type: SystemString
cotent

Return Value

Type: String
content with replaced variable
See Also