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

ScriptParameterDetails

public class ScriptParameterDetails
Details about a Relativity script parameter.
public Dictionary<string, string> Attributes { get; set; }

Gets or sets the attributes the parameter can have.

public string Identifier { get; set; }

Gets or sets the identifier of the parameter.

public bool IsRequired { get; set; }

Gets or sets whether the parameter is required or not.

public string Name { get; set; }

Gets or sets the display name of the parameter.

Gets or sets the possible values the parameter can have. Only applicable to User, Timezone, Field, SavedSearch, SearchProvider, Sql, and Object types.

public ScriptParameterType Type { get; set; }

Gets or sets the ScriptParameterType of the parameter.