| IPageT Interface |
Namespace: Rackspace
The IPageT type exposes the following members.
| Name | Description | |
|---|---|---|
| HasNextPage |
Specifies if another page can be retrieved with additional items
|
| Name | Description | |
|---|---|---|
| GetNextPageAsync |
Retrieves the next page of items, if one is available. If HasNextPage is false, an empty page is returned.
|
| Name | Description | |
|---|---|---|
| GetNextPageT |
Retrieves the next page of items, if one is available. If HasNextPage is false, an empty page is returned.
(Defined by PageExtensions.) |