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

ImageUploader.ShowSubfolders Property

Switch that specifies whether to display subfolders in the folder pane along with files.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

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

Property Value

A boolean value (true or false). If true, subfolders are visible in the folder pane, otherwise only files are displayed.

Default value is false.

Remarks

This property corresponds to ShowSubfolders client-side property.

See Also

Reference