Makes images were hidden for QC review visible to users.
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 ReleaseImagingSetAsync( ImagingSetRef imagingSet, int workspaceId ) Task ReleaseImagingSetAsync( ImagingSetRef imagingSet, int workspaceId )
Parameters
- imagingSet
- Type: Relativity.Imaging.Services.InterfacesImagingSetRef
The ImagingSetRef to release images for. - workspaceId
- Type: SystemInt32
The ID for the workspace associated with the ImagingSetRef instance.
Return Value
Type: TaskA Task object.
See Also