IssueHelperGetContentXML Method |
Returns content of editable regions as XML.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax public static string GetContentXML(
string[] regions
)
Parameters
- regions
- Type: SystemString
Content of each region (if NULL "empty" XML is returned).
Return Value
Type:
StringRemarks Region content starts with region ID which is separated with '::' from the rest
See Also