IAnalyticsSearchManager.GetSearchIndexesAsync Method

Relativity Services API
Asychronously returns all analytics indexes available to the user in the workspace. Use to populate the AnalyticsSearch.SearchIndexID property.

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

Task<List<SearchIndexRef>> GetSearchIndexesAsync(
	int workspaceArtifactID
)

Parameters

workspaceArtifactID
Type: System.Int32

Return Value

Type: Task<List<SearchIndexRef> >
See Also

Reference