FileManagerChooserType Enum
Definition
- Namespace
- GleamTech.FileUltimate.AspNet.UI
- Assembly
- GleamTech.FileUltimate.dll
Defines the item types that should be allowed to be chosen in chooser mode.
public enum FileManagerChooserType
Fields
| Name | Value | Description |
|---|---|---|
| File | 0 |
Only file is allowed. |
| Folder | 1 |
Only folder is allowed. |
| FileOrFolder | 2 |
File or folder is allowed. |