Skip to main content
Tab

FileManagerAllowedFolder Enum

In This Article

Lists values that specify whether uploading is available for a specified folder only.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public enum FileManagerAllowedFolder

#Members

Name Description
Any

All folders within ASPxFileManager control are available for uploading files.

SpecificOnly

Only the folder specified by the FileManagerSettingsPermissions.AccessRules property, is available to upload files.

See Also