Click or drag to resize
IEmailContentMacroResolverResolve Method
Resolves the dynamic field macros, replaces the {%dynamicfieldname%} macros with the dynamic field values.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax
C#
string Resolve(
	string text
)

Parameters

text
Type: SystemString
Text containing dynamic fields to resolve.

Return Value

Type: String
See Also