| PageExtensions Class |
Provides synchronous extention methods for an
IPageT instance.
Inheritance Hierarchy
Namespace: Rackspace.SynchronousAssembly: Rackspace (in Rackspace.dll) Version: 0.2.0+Branch.master.Sha.9ad6ce59ab4f7b2400f7a7c9c086aa1c5ea11c4e
Syntax public static class PageExtensions
<ExtensionAttribute>
Public NotInheritable Class PageExtensions
[ExtensionAttribute]
public ref class PageExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type PageExtensions = class end
The PageExtensions type exposes the following members.
Methods
| Name | Description |
---|
| GetNextPageT |
Retrieves the next page of items, if one is available. If HasNextPage is false, an empty page is returned.
|
TopSee Also