Note: This API is now obsolete.
Fetches search results that were not returned in the first call to Query.
Namespace: kCura.Relativity.Client.Repositories
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
Syntax
[ObsoleteAttribute("Use IClientManager instead. See https://platform.relativity.com/RelativityOne/Content/What_s_new/RSAPI_deprecation_process.htm for more details.")] public QueryResultSet<Client> QuerySubset( string queryToken, int start, int length )
Parameters
- queryToken
- Type: SystemString
The query token value provided in the QueryResult. - start
- Type: SystemInt32
The starting index used to select a subset of Artifacts from the List of all Artifacts that satisfy the initial Query() call. The List index starts with 1. - length
- Type: SystemInt32
The number of results to return.
Return Value
Type: QueryResultSetClientThe set of at most length QueryResults that satisfy the initial Query() call and have not yet been returned.
Implements
IGenericRepositoryTQuerySubset(String, Int32, Int32)See Also