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

ImageUploader.FolderPaneShowDescriptions Property

Switch that specifies whether Edit Description elements should be displayed under each thumbnail in the folder list.

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

Syntax

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

Property Value

A boolean value (true or false). If true, the Edit Description elements are displayed under thumbnails in the folder pane, otherwise they are invisible. The upload pane is not affected with this property.

Default value is true.

Remarks

This property corresponds to FolderPaneShowDescriptions client-side property.

See Also

Reference