Deletes an ImagingSet instance.
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 DeleteAsync( int imagingSetId, int workspaceId ) Task DeleteAsync( int imagingSetId, int workspaceId )
Parameters
- imagingSetId
- Type: SystemInt32
The ArtifactID of the ImagingSet instance to be deleted. - workspaceId
- Type: SystemInt32
The ID for the workspace associated with the ImagingSet instance.
Return Value
Type: TaskA Task object.
See Also