SearchProviderCondition.Input Property

Relativity Services API
Gets or sets a string containing the parameters used for a search provider, which were entered by a user.

Namespace:  Relativity.Services.Objects.DataContracts
Assembly:  Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public string Input { get; set; }

Property Value

Type: String
Remarks

The Input property gets a string returned by a registered JavaScript function of a search provider in the Relativity UI. This string contains the parameters, which the user entered in HTML form provided for the search provider. The value must be valid in order for it to be passed to the ISearchProviderGateway.HydrateInputData() function on the search provider.
See Also

Reference