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