IssueHelperLoadRegionsContents Method (Hashtable, String) |
Loads values of editable regions into hashtable.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax public static bool LoadRegionsContents(
ref Hashtable regions,
string text
)
Parameters
- regions
- Type: System.CollectionsHashtable
Hashtable containing regions and their text - text
- Type: SystemString
Issue text
Return Value
Type:
Booleantrue if the loading was successful, otherwise false
See Also