TWSQueryOrder Constants Reference

Declared in TWSConstants.h

TWSQueryOrder

Enumeration specifying the requested fetch order relative to the fromIndex or newest/oldest items.

Definition

typedef NS_ENUM(NSInteger, TWSQueryOrder ) {
   TWSQueryOrderAscending,
   TWSQueryOrderDescending,
};

Constants

TWSQueryOrderAscending

Fetch items in ascending order from starting point.

Declared In TWSConstants.h.

TWSQueryOrderDescending

Fetch items in descending order from starting point.

Declared In TWSConstants.h.

Declared In

TWSConstants.h