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

ImageUploader.FolderPaneSortMode Property

Sort mode of the folder pane.

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

Syntax

Visual Basic
Public Property FolderPaneSortMode As SortMode
C#
public SortMode FolderPaneSortMode { get; set; }

Property Value

The SortMode enumeration member that specifies a sort mode for the folder pane.

Default value is Name.

Remarks

This property corresponds to FolderPaneSortMode client-side property.

See Also

Reference