RelativityScriptRepository.ExecuteRelativityScript Method

Relativity Services API
Executes a Relativity Script.

Namespace:  kCura.Relativity.Client.Repositories
Assembly:  kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public RelativityScriptResult ExecuteRelativityScript(
	RelativityScript script,
	List<RelativityScriptInput> inputs
)

Parameters

script
Type: kCura.Relativity.Client.DTOs.RelativityScript
The Relativity Script that will be executed. The ArtifactID property of the RelativityScript must be set.
inputs
Type: System.Collections.Generic.List<RelativityScriptInput>
The input parameters for the script.

Return Value

Type: RelativityScriptResult
Returns a ResultSet that provides the output of the execution of the script.
Remarks

The logged-in user must be a Relativity Script Administrator to use this method.
See Also

Reference