FileManagerChooserType Enumeration
Defines the item types that should be allowed to be chosen in chooser mode.
Namespace: GleamTech.FileUltimate.AspNet.UIAssembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 9.8.2
public enum FileManagerChooserType
Public Enumeration FileManagerChooserType
| File | Only file is allowed. |
| Folder | Only folder is allowed. |
| FileOrFolder | File or folder is allowed. |