MultipleScriptInput public class MultipleScriptInput : ScriptInput Represents the input to a Relativity script. Documentation public List<string> Value { get; set; } Gets or sets the value of the input. public MultipleScriptInput()