Click or drag to resize
IssueHelperLoadRegionsContents Method (String)
Loads values of editable regions into hashtable.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public bool LoadRegionsContents(
	string text
)

Parameters

text
Type: SystemString
Issue text

Return Value

Type: Boolean
true if the loading was successful, otherwise false
See Also