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

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

Parameters

document
Type: System.XmlXmlDocument
Parent XML document

Return Value

Type: XmlElement

Implements

IStructuredDataGetXmlElement(XmlDocument)
See Also