Method | Description | |
---|---|---|
SearchResult ( ) : System |
Creates a new search result with a {@code null} paged results cookie and no estimate of the total number of remaining results.
|
|
SearchResult ( string pagedResultsCookie, int remainingPagedResults ) : System |
Creates a new search result with the provided paged results cookie and estimate of the total number of remaining results.
|
public SearchResult ( string pagedResultsCookie, int remainingPagedResults ) : System | ||
pagedResultsCookie | string | /// The opaque cookie which should be used with the next paged /// results search request, or {@code null} if paged results were /// not requested, or if there are not more pages to be returned. |
remainingPagedResults | int | /// An estimate of the total number of remaining results to be /// returned in subsequent paged results search requests, or /// {@code -1} if paged results were not requested, or if the /// total number of remaining results is unknown. |
return | System |