Skip to main content
A newer version of this page is available. .

IDashboardStorage.SaveDashboard(String, XDocument) Method

Saves the specified dashboard to the current IDashboardStorage.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v20.2.Web.dll

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

void SaveDashboard(
    string dashboardID,
    XDocument dashboard
)

Parameters

Name Type Description
dashboardID String

A String value that specifies the dashboard identifier.

dashboard XDocument

A XDocument object that is the XML definition of the dashboard to be saved.

See Also