Skip to main content
A newer version of this page is available. .
Tab

FileManagerAllowedFolder Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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 FileManagerSettingsUpload.AllowedFolderPath property, is available to upload files.

Remarks

The values listed by this enumeration are used to set the FileManagerSettingsUpload.AllowedFolder property.

See Also