Click or drag to resize
UniGridGetConfigurationXml Method
Returns XML document from given path.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
protected virtual XElement GetConfigurationXml(
	string filePath
)

Parameters

filePath
Type: SystemString
File path to the XML document.

Return Value

Type: XElement
See Also