Retrieves the ImagingSet instance with the specified ArtifactID.
Namespace: Relativity.Imaging.Services.Interfaces
Assembly: Relativity.Imaging.Services.Interfaces (in Relativity.Imaging.Services.Interfaces.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
Task<ImagingSet> ReadAsync( int imagingSetId, int workspaceId ) Task<ImagingSet> ReadAsync( int imagingSetId, int workspaceId )
Parameters
- imagingSetId
- Type: SystemInt32
The ArtifactID of the ImagingSet to read. - workspaceId
- Type: SystemInt32
The ID for the workspace associated with the ImagingSet instance.
Return Value
Type: TaskImagingSetReturns an ImagingSet instance, or throws a ServiceException if no match is found.
See Also