Note: This API is now obsolete.
Reads all fields from each of the specified Artifacts.
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 ResultSet<Client> Read( params int[] artifactIDs )
Parameters
- artifactIDs
- Type: SystemInt32
The ArtifactIDs of the Artifacts to be read.
Return Value
Type: ResultSetClientReturns a ResultSet containing the specified Artifacts.
Implements
IGenericRepositoryTRead(Int32)Remarks
See Also