ShiftOrder
The ShiftOrder enumeration lists the sort orders that can be used when reordering photos in a photoset.
enum ShiftOrder
{
CreatedAsc,
CreatedDesc,
TakenAsc,
TakenDesc,
TitleAsc,
TitleDesc,
SizeAsc,
SizeDesc,
FileNameAsc,
FileNameDesc
}Values
- CreatedAsc
- Sort by the photo creation date, ascending.
- CreatedDesc
- Sort by the photo creation date, descending.
- TakenAsc
- Sort by the date and time a photo was taken, ascending.
- TakenDesc
- Sort by the date and time a photo was taken, descending.
- TitleAsc
- Sort by the photo title, ascending.
- TitleDesc
- Sort by the photo title, descending.
- SizeAsc
- Sort by the original photo file size, ascending.
- SizeDesc
- Sort by the original photo file size, descending.
- FileNameAsc
- Sort by the original photo file name, ascending.
- FileNameDesc
- Sort by the original photo file name, descending.
See also