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