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

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

Parameters

document
Type: System.Xml.XmlDocument
Parent XML document

Return Value

Type: XmlElement

Implements

IStructuredData.GetXmlElement(XmlDocument)
See Also