Relativity.Services.Search.ISearchProviderManager
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.