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