Click or drag to resize
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.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public string ResolveEditableRegionMacros(
	string text
)

Parameters

text
Type: SystemString
Text containing editable regions to resolve (template)

Return Value

Type: String
See Also