<PackageReference Include="Relativity.Server.Extensibility.SDK" Version="5000.0.2" />

ScriptParameterType

public enum ScriptParameterType
Enum to represent the different types of script parameters.
Date = 0

Indicates the date parameter type.

Indicates the datetime parameter type.

Field = 6

Indicates the field parameter type.

Number = 2

Indicates the number parameter type.

Object = 10

Indicates the object parameter type.

Indicates the saved search parameter type.

Indicates the search provider parameter type.

Sql = 9

Indicates the sql parameter type.

Text = 3

Indicates the text parameter type.

Indicates the time zone parameter type.

User = 4

Indicates the user parameter type.