Gets or sets a string containing the parameters used for a search provider, which were entered by a user.
Namespace:
Relativity.Services.Objects.DataContractsAssembly:
Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
public string Input { get; set; }
Public Property Input As String
Get
Set
Property Value
Type:
String
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.
Reference