FileSystemCommandProcessor(FileSystemConfiguration) Constructor
Initializes a new instance of the class.
Namespace: DevExtreme.AspNet.Mvc.FileManagement
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public FileSystemCommandProcessor(
FileSystemConfiguration fileSystemConfiguration
)
Parameters
Name | Type | Description |
---|---|---|
fileSystemConfiguration | FileSystemConfiguration | The file system configuration options. |
See Also