PagingDirection enum
PagingDirection is used to define which set direction to move the returned result set based on a previous query.
Fields
Backward = 1 | Backward will return results from earlier in the resultset. |
Forward = 2 | Forward will return results from later in the resultset. |