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

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 10.0.0
Syntax
C#
public override XmlElement GetXmlElement(
	XmlDocument doc
)

Parameters

doc
Type: System.XmlXmlDocument
Parent XML document

Return Value

Type: XmlElement

Implements

IStructuredDataGetXmlElement(XmlDocument)
See Also