ISearchProviderManager Interface

Relativity Services API
ISearchProviderManager interface enables querying for search providers and their markup within a Relativity workspace.

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

public interface ISearchProviderManager : IDisposable

The ISearchProviderManager type exposes the following members.

Methods

  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetActiveHtmlSearchProvidersAsync(Int32, Int32, Boolean)
Retrieve all the active search providers that support a fully HTML UI.
Public methodGetActiveHtmlSearchProvidersAsync(Int32, Int32, Boolean, IProgress<ProgressReport>)
Retrieve all the active search providers that support a fully HTML UI.
Public methodGetActiveHtmlSearchProvidersAsync(Int32, Int32, Boolean, CancellationToken)
Retrieve all the active search providers that support a fully HTML UI.
Public methodGetActiveHtmlSearchProvidersAsync(Int32, Int32, Boolean, CancellationToken, IProgress<ProgressReport>)
Retrieve all the active search providers that support a fully HTML UI.
Top
See Also

Reference