Executes process to copy results from SAS Results RDO to old legacy result fields on document.
Namespace: Relativity.StructuredAnalytics.Services.Interfaces.StructuredAnalytics
Assembly: Relativity.Threads.Services.Interfaces (in Relativity.Threads.Services.Interfaces.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
Task<OperationResult> RunCopyToLegacyAsync( int workspaceId, int sasArtifactId, CancellationToken cancellationToken )
Parameters
- workspaceId
- Type: System.Int32
The ID of the workspace for the structured analytics set - sasArtifactId
- Type: System.Int32
The ID of the structured analytics set - cancellationToken
- Type: System.Threading.CancellationToken
Token for cancelling the call to copy to legacy fields
Return Value
Type: Task< OperationResult>Result object defining the success state of the call
See Also