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

PhysicalFileSystemProvider.RootDirectoryPath Property

Gets the root directory path.

Namespace: DevExtreme.AspNet.Mvc.FileManagement

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public string RootDirectoryPath { get; }

Property Value

Type Description
String

The root directory path.

Remarks

var config = new FileSystemConfiguration {
    FileSystemProvider = new PhysicalFileSystemProvider(rootDirectoryPath),
    //...
};
See Also