This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.IncludeSubfolders Property

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)

Syntax

Visual Basic
Public Property IncludeSubfolders As Boolean
C#
public bool IncludeSubfolders { get; set; }

Property Value

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.

Remarks

This property corresponds to IncludeSubfolders client-side property.

See Also

Reference