Executes a Relativity Script configured in a workspace by the Relativity Administrator.
Namespace: kCura.Relativity.Client
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
public RelativityScriptResult ExecuteRelativityScript( APIOptions apiOpt, int scriptArtifactID, List<RelativityScriptInput> inputs )
Parameters
- apiOpt
- Type: kCura.Relativity.Client.APIOptions
The APIOptions object containing the session token from the Login() call and the workspace ID. - scriptArtifactID
- Type: System.Int32
The ArtifactID of the script. - inputs
- Type: System.Collections.Generic.List<RelativityScriptInput>
The input parameters for the script.
Return Value
Type: RelativityScriptResultReturns a ResultSet that provides the output of the execution of the script.
Remarks
Remarks
See Also