Switch that specifies whether a folder should be added to upload list including its subfolders.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property IncludeSubfolders As Boolean
public bool IncludeSubfolders { get; set; }
A boolean value (true
or false
). If true
, folders are added including subfolders. Otherwise only files inside selected folder can be added.
Default value is true
.