IImagingProfileManager Interface

Relativity Imaging API
Exposes methods for creating, updating, reading, and deleting ImagingProfile 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 IImagingProfileManager : IDisposable

public interface IImagingProfileManager : IDisposable

The IImagingProfileManager type exposes the following members.

Methods

  NameDescription
Public methodDeleteAsync
Deletes an ImagingProfile instance.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodReadAsync
Retrieves the ImagingProfile with the specified ArtifactID.
Public methodSaveAsync
Creates a new ImagingProfile instance or updates an existing one.
Top
See Also

Reference