Click or drag to resize

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
Syntax
public IEnumerable<ResourceObject> GetNextPage()

Return Value

Type: IEnumerableResourceObject
An enumeration of the ResourceObjects in the page
See Also