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

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

Parameters

xml
Type: System.XmlXmlDocument
Xml document
See Also