Click or drag to resize
FormInfoLoadFromXml Method (XmlDocument)
Loads the definition from the XML document

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
protected override void LoadFromXml(
	XmlDocument xml
)

Parameters

xml
Type: System.XmlXmlDocument
XML document
See Also