Skip to main content
All docs
V18.2

DashboardService.SetDashboardStorage(IDashboardStorage) Method

OBSOLETE

The DashboardService.SetDashboardStorage method is obsolete now. Use DashboardConfigurator.Default.SetDashboardStorage instead.

Specifies a custom storage of dashboards for the Web Dashboard.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.dll

Declaration

[Obsolete("The DashboardService.SetDashboardStorage method is obsolete now. Use DashboardConfigurator.Default.SetDashboardStorage instead.")]
public static void SetDashboardStorage(
    IDashboardStorage customStorage
)

Parameters

Name Type Description
customStorage IDashboardStorage

An object implementing the IDashboardStorage interface that is the custom storage of dashboards.

See Also