Click or drag to resize
XmlDataGetData Method (XmlDocument)
Returns the XML code of the data and constructed XML document.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public virtual string GetData(
	out XmlDocument xml
)

Parameters

xml
Type: System.XmlXmlDocument

Return Value

Type: String
Remarks
Data are represented as a string values
See Also