IEmailContentMacroResolverResolve Method |
Resolves the dynamic field macros, replaces the {%dynamicfieldname%} macros with the dynamic field values.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax string Resolve(
string text
)
Parameters
- text
- Type: SystemString
Text containing dynamic fields to resolve.
Return Value
Type:
StringSee Also