ISearchContainerManager.GetAdvancedSearchViewInfoAsync Method

Relativity Services API
Asynchronously gets the fields of Advanced Search browser View, if user has read permissions for view.

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

Task<AdvancedSearchViewInfo> GetAdvancedSearchViewInfoAsync(
	int workspaceArtifactID
)

Parameters

workspaceArtifactID
Type: System.Int32
The Artifact ID of the Workspace.

Return Value

Type: Task<AdvancedSearchViewInfo>
A AdvancedSearchViewInfo object containing information for advanced search filtering
See Also

Reference