SearchResultPagerGetNextPage Method |
Gets the next page of search results from the Resource Management Service
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic IEnumerable<ResourceObject> GetNextPage()
Public Function GetNextPage As IEnumerable(Of ResourceObject)
public:
IEnumerable<ResourceObject^>^ GetNextPage()
Return Value
Type:
IEnumerableResourceObjectAn enumeration of the ResourceObjects in the page
See Also