Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FileSystemConfiguration Properties

Provides access to the file system configuration options.
Name Description
AllowCopy Specifies whether users can copy files and folders.
AllowCreate Specifies whether users can create folders.
AllowDelete Specifies whether users can delete files and folders.
AllowDownload Specifies whether users can download files.
AllowedFileExtensions Specifies the allowed file extensions.
AllowMove Specifies whether users can move files and folders.
AllowRename Specifies whether users can rename files and folders.
AllowUpload Specifies whether users can upload files.
FileSystemProvider Specifies a file system provider.
Request Specifies the HTTP request.
TempDirectory Specifies the path to the directory where temporary files are stored.
UploadConfiguration Specifies file upload configuration settings.
See Also