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

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
Syntax
C#
public virtual XmlElement GetXmlElement(
	XmlDocument document
)

Parameters

document
Type: System.XmlXmlDocument
Parent XML document

Return Value

Type: XmlElement
See Also