IProcessingProfileManager Interface

Relativity Processing Services
Exposes methods on the Processing Profile Manager service used for creating, updating, reading, and deleting ProcessingProfile instances.

Namespace:  Relativity.Processing.Services
Assembly:  Relativity.Processing.Services.Interfaces (in Relativity.Processing.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public interface IProcessingProfileManager : IDisposable

The IProcessingProfileManager type exposes the following members.

Methods

  NameDescription
Public methodDeleteAsync
Removes a specified ProcessingProfile instance from a workspace.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodReadAsync
Retrieves a single ProcessingProfile instance with the specified Artifact ID from a workspace.
Public methodSaveAsync
Creates or updates a ProcessingProfile instance.
Top
See Also

Reference