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
The IProcessingProfileManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | DeleteAsync |
Removes a specified ProcessingProfile instance from a workspace.
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | ReadAsync |
Retrieves a single ProcessingProfile instance with the specified Artifact ID from a workspace.
|
![]() | SaveAsync |
Creates or updates a ProcessingProfile instance.
|
See Also