IssueHelperResolveDynamicFieldMacros Method |
Resolves the dynamic field macros, replaces the {%dynamicfieldname%} macro with the dynamic field value.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax public string ResolveDynamicFieldMacros(
string text,
NewsletterInfo newsletter = null,
IssueInfo issue = null
)
Parameters
- text
- Type: SystemString
Text containing dynamic fields to resolve - newsletter (Optional)
- Type: CMS.NewslettersNewsletterInfo
Text which is being resolved belongs to the issue in this newsletter - issue (Optional)
- Type: CMS.NewslettersIssueInfo
Text which is being resolved belongs to this issue
Return Value
Type:
StringSee Also