Skip to main content
Tab

FileSystemProviderBase.RootFolder Property

Returns the root folder.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public string RootFolder { get; }

#Property Value

Type Description
String

A String value that specifies the path to the root folder.

#Remarks

For examples on how to specify the root folder, see the following topic: Root Folder.

See Also