Back to Devexpress

FileSystemConfiguration Properties

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-filemanagement-dot-filesystemconfiguration-dot-underscore-properties.md

latest2.3 KB
Original Source

FileSystemConfiguration Properties

Provides access to the file system configuration options.

NameDescription
AllowCopySpecifies whether users can copy files and folders.
AllowCreateSpecifies whether users can create folders.
AllowDeleteSpecifies whether users can delete files and folders.
AllowDownloadSpecifies whether users can download files.
AllowedFileExtensionsSpecifies the allowed file extensions.
AllowMoveSpecifies whether users can move files and folders.
AllowRenameSpecifies whether users can rename files and folders.
AllowUploadSpecifies whether users can upload files.
FileSystemProviderSpecifies a file system provider.
RequestSpecifies the HTTP request.
TempDirectorySpecifies the path to the directory where temporary files are stored.
UploadConfigurationSpecifies file upload configuration settings.

See Also

FileSystemConfiguration Class

FileSystemConfiguration Members

DevExtreme.AspNet.Mvc.FileManagement Namespace