IImagingSetManager Interface

Relativity Imaging API
Exposes methods for creating, updating, reading, and deleting ImagingSet instances.

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

public interface IImagingSetManager : IDisposable

public interface IImagingSetManager : IDisposable

The IImagingSetManager type exposes the following members.

Methods

  NameDescription
Public methodDeleteAsync
Deletes an ImagingSet instance.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodHideImagingSetAsync
Prevents users from viewing images instance that need to undergo QC review.
Public methodReadAsync
Retrieves the ImagingSet instance with the specified ArtifactID.
Public methodReleaseImagingSetAsync
Makes images were hidden for QC review visible to users.
Public methodSaveAsync
Creates a new ImagingSet instance or updates an existing one.
Top
See Also

Reference