Click or drag to resize
IssueHelperGetContentXML Method
Returns content of editable regions as XML.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public static string GetContentXML(
	string[] regions
)

Parameters

regions
Type: SystemString
Content of each region (if NULL "empty" XML is returned).

Return Value

Type: String
Remarks
Region content starts with region ID which is separated with '::' from the rest
See Also