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

IEditableDashboardStorage.AddDashboard(XDocument, String) Method

Adds a new dashboard to the current IEditableDashboardStorage.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

string AddDashboard(
    XDocument dashboard,
    string dashboardName
)

Parameters

Name Type Description
dashboard XDocument

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

dashboardName String

A String value that specifies the dashboard name.

Returns

Type Description
String

A String that is the identifier of the newly added dashboard.

See Also