Read a processing set. Returns the processing set belonging to the artifact id passed in
Namespace: Relativity.Processing.Services
Assembly: Relativity.Processing.Services.Interfaces (in Relativity.Processing.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
Parameters
- artifactId
- Type: System.Int32
The artifactId of the processing set you want to read - workspaceArtifactId
- Type: System.Int32
The workspace that the processing set lives in
Return Value
Type: Task<ProcessingSet>See Also