IProcessingProfileManager.SaveAsync Method

Relativity Processing Services
Creates or updates a ProcessingProfile instance.

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

Task<ProcessingProfileSaveResponse> SaveAsync(
	ProcessingProfileSaveRequest processingProfileSaveRequest
)

Parameters

processingProfileSaveRequest
Type: Relativity.Processing.Services.ProcessingProfileSaveRequest
The request that contains the ProcessingProfile to persist.

Return Value

Type: Task<ProcessingProfileSaveResponse>
A response containing the Artifact ID of the persisted Processing Profile.
See Also

Reference