Skip to main content
All docs
V18.2

DashboardService.SetDashboardStorage(DashboardFileStorage) Method

OBSOLETE

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

Specifies a file 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(
    DashboardFileStorage fileStorage
)

Parameters

Name Type Description
fileStorage DashboardFileStorage

A DashboardFileStorage object that is the file storage of dashboards.

The following code snippets (auto-collected from DevExpress Examples) contain references to the SetDashboardStorage(DashboardFileStorage) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also