IssueHelperResolveEditableRegionMacros Method |
Resolves the editable region macros, replaces the $$editableregionname:width:height$$ macro with the editable region values previously
loaded with LoadRegionsContents method.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax public string ResolveEditableRegionMacros(
string text
)
Parameters
- text
- Type: SystemString
Text containing editable regions to resolve (template)
Return Value
Type:
StringSee Also