Returns the Artifact matching the specified artifact ID.
Namespace: kCura.Relativity.Client.Repositories
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
Syntax
Parameters
- artifactID
- Type: SystemInt32
The artifact ID of the Artifact to read.
Return Value
Type: TReturns the Artifact requested with all Fields populated.
Implements
IGenericRepositoryTReadSingle(Int32)Exceptions
Exception | Condition |
---|---|
Exception | An APIException is thrown on an error. The Data collection will contain a "Result" key containing the WriteResult<T> from the underlying Create operation. |
Remarks
See Also