Click or drag to resize

SearchResultPager Class

Provides an enumerator that can iterate through search results from the Resource Management Service in a paged manner
Inheritance Hierarchy
SystemObject
  Lithnet.ResourceManagement.ClientSearchResultPager

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public class SearchResultPager

The SearchResultPager type exposes the following members.

Properties
  NameDescription
Public propertyCurrentIndex
Gets the current starting index of the paged search
Public propertyHasMoreItems
Gets a value indicating whether there are more results on the server
Public propertyPageSize
The page size used for the search operation
Public propertyTotalCount
Gets the number of results in the search response
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetNextPage
Gets the next page of search results from the Resource Management Service
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also