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

DashboardFileStorage.WorkingDirectory Property

Gets or sets the path to the directory used to store dashboards.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

public string WorkingDirectory { get; set; }

Property Value

Type Description
String

A String that specifies the relative or absolute path to the directory used to store dashboards.

See Also