Click or drag to resize
IssueHelperResolveDynamicFieldMacros Method
Resolves the dynamic field macros, replaces the {%dynamicfieldname%} macro with the dynamic field value.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
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: String
See Also