Click or drag to resize
IStructuredDataGetXmlElement Method
Gets the XML element for the data

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
XmlElement GetXmlElement(
	XmlDocument doc
)

Parameters

doc
Type: System.XmlXmlDocument
Parent XML document

Return Value

Type: XmlElement
See Also