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