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

Relativity.Services.Search.ISearchProviderManager

public interface ISearchProviderManager : IDisposable
ISearchProviderManager interface enables querying for search providers and their markup within a Relativity workspace.
Task<SearchProviderResultSet> GetActiveHtmlSearchProvidersAsync(int workspaceId, int artifactTypeId, bool useAdvancedSearch)

Retrieve all the active search providers that support a fully HTML UI.

Task<SearchProviderResultSet> GetActiveHtmlSearchProvidersAsync(int workspaceId, int artifactTypeId, bool useAdvancedSearch, CancellationToken cancellationToken)

Retrieve all the active search providers that support a fully HTML UI.

Task<SearchProviderResultSet> GetActiveHtmlSearchProvidersAsync(int workspaceId, int artifactTypeId, bool useAdvancedSearch, IProgress<ProgressReport> progress)

Retrieve all the active search providers that support a fully HTML UI.

Task<SearchProviderResultSet> GetActiveHtmlSearchProvidersAsync(int workspaceId, int artifactTypeId, bool useAdvancedSearch, CancellationToken cancellationToken, IProgress<ProgressReport> progress)

Retrieve all the active search providers that support a fully HTML UI.