<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5001.1.0" />

SearchProviderCondition

Contains the necessary parameters to execute a Search Provider search.
public string Input { get; set; }

Value returned by the registered javascript function of a fully HTML UI Search Provider in order to retrieve the user's search parameters entered into the Search Provider's markup/form. This must be a valid value to be passed into the SearchProvider's ISearchProviderGateway.HydrateInputData() function.

public int SearchProviderArtifactId { get; set; }

Artifact ID of the Search Provider