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
The ISearchProviderManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | GetActiveHtmlSearchProvidersAsync(Int32, Int32, Boolean) |
Retrieve all the active search providers that support a fully HTML UI.
|
![]() | GetActiveHtmlSearchProvidersAsync(Int32, Int32, Boolean, IProgress<ProgressReport>) |
Retrieve all the active search providers that support a fully HTML UI.
|
![]() | GetActiveHtmlSearchProvidersAsync(Int32, Int32, Boolean, CancellationToken) |
Retrieve all the active search providers that support a fully HTML UI.
|
![]() | GetActiveHtmlSearchProvidersAsync(Int32, Int32, Boolean, CancellationToken, IProgress<ProgressReport>) |
Retrieve all the active search providers that support a fully HTML UI.
|
See Also