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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public XmlElement GetXmlElement(
	XmlDocument doc
)

Parameters

doc
Type: System.XmlXmlDocument
Parent XML document

Return Value

Type: XmlElement

Implements

IStructuredDataGetXmlElement(XmlDocument)
See Also