Skip to main content
All docs
V23.2

DashboardMongoDBDataSource.LoadFromXml(XElement) Method

Loads MongoDB from an XML definition.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public override void LoadFromXml(
    XElement element
)

Parameters

Name Type Description
element XElement

The XML definition of the data source schema.

Remarks

Use the SaveToXml() method to save MongoDB to the XML definition.

See Also