ISearchContainerManager.GetSearchContainerTreeAsync Method (Int32, List<Int32> )

Relativity Services API
Asynchronously gets tree of Search Containers and Saved Searches with specified nodes expanded.

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

Task<SearchContainerItemCollection> GetSearchContainerTreeAsync(
	int workspaceArtifactID,
	List<int> expandedNodes
)

Parameters

workspaceArtifactID
Type: System.Int32
Workspace the tree of Search Containers is under
expandedNodes
Type: System.Collections.Generic.List<Int32>
List of node IDs to be expanded in returned tree

Return Value

Type: Task<SearchContainerItemCollection>
A collection of Search Container nodes matching expanded nodes list with contained Saved Search nodes.
See Also

Reference