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