Skip to main content

DashboardFileStorage.WorkingDirectory Property

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

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v23.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