Skip to main content
All docs
V23.2

DashboardMongoDBDataSource.SaveToXml() Method

Saves MongoDB to an XML definition.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public override XElement SaveToXml()

Returns

Type Description
XElement

The XML definition of the data source schema.

Remarks

Use the LoadFromXml(XElement) method to load MongoDB from the XML definition.

See Also