FileManagerAllowedFolder Enum
Lists values that specify whether uploading is available for a specified folder only.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
Name | Description |
---|---|
Any
|
All folders within ASPxFileManager control are available for uploading files. |
SpecificOnly
|
Only the folder specified by the FileManagerSettingsUpload.AllowedFolderPath property, is available to upload files. |
See Also