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

ImageUploader.UploadPaneSortMode Property

Sort mode of the upload list.

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

Syntax

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

Property Value

The SortMode enumeration member that specifies a sort mode of the upload list.

Default value is Unsorted.

Remarks

This property corresponds to UploadPaneSortMode client-side property.

See Also

Reference