Specifies supported sort criteria for the upload pane.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
public enum SortMode
| Member name | Description |
|---|---|
| Modified |
Sort items by last modified name. |
| Name |
Sort items by file names (alphabetically). |
| Path |
Sort items by full path (makes sense when you upload folders). |
| Size |
Sort items by file size. |
| Type |
Sort items by mime type. |
| Unsorted |
Don't sort items automatically. |