FileManagerControlChooserType Property

Gets or sets the item type that should be allowed to be chosen in chooser mode. Default is File. Possible values are File, Folder and FileOrFolder.

Definition

Namespace: GleamTech.FileUltimate.AspNet.WebForms
Assembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 8.8.7
C#
public FileManagerChooserType ChooserType { get; set; }

Property Value

FileManagerChooserType

See Also