FileManagerChooserType Enumeration

Defines the item types that should be allowed to be chosen in chooser mode.

Definition

Namespace: GleamTech.FileUltimate.AspNet.UI
Assembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 8.8.7
C#
public enum FileManagerChooserType

Members

FileOnly file is allowed.
FolderOnly folder is allowed.
FileOrFolderFile or folder is allowed.

See Also