Click or drag to resize
EditableItems.GetXmlElement Method
Gets the XML element for the data

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

Parameters

doc
Type: System.Xml.XmlDocument
Parent XML document

Return Value

Type: XmlElement

Implements

IStructuredData.GetXmlElement(XmlDocument)
See Also