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.v19.1.Web.dll

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