Queries Relativity to find Artifacts matching the selection criteria.
Namespace: kCura.Relativity.Client.Repositories
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
Syntax
Parameters
- query
- Type: kCura.Relativity.Client.DTOsQueryT
The Query object that indicates the query to execute. - length (Optional)
- Type: SystemInt32
The maximum number of Artifacts to return. Additional results may be fetched by calling QuerySubset.
Return Value
Type: QueryResultSetTA set of QueryResult objects that provides the first length number of Artifacts. If more than length search results are available, the QueryResult.QueryToken property will be set.
Implements
IGenericRepositoryTQuery(QueryT, Int32)Remarks
See Also