Gets or sets a value specifying how the items are sorted in the upload list.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
public SortMode SortMode { get; set; }
Type: Aurigma.ImageUploaderFlash..SortMode
The sort mode for the upload pane.
Default value is Unsorted.
Items are automatically arranged when they are added to the upload list. You can use the sort(String,String) method to force items to be sorted with the required mode and order.