Switch that specifies whether to display subfolders in the folder pane along with files.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property ShowSubfolders As Boolean
public bool ShowSubfolders { get; set; }
A boolean value (true
or false
). If true
, subfolders are visible in the folder pane, otherwise only files are displayed.
Default value is false
.