Specifies possible values for sort modes.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Enumeration SortMode
public enum SortMode
| Member name | Description |
|---|---|
| Modified |
Items are sorted by the date of last modification. |
| Name |
Items are sorted by name alphabetically. |
| Path |
Items are sorted by full path. |
| Size |
Items are sorted by file size. |
| Type |
Items are sorted by file type alphabetically. |
| Unsorted |
Items are unsorted. |