ISearchContainerManager.GetAdvancedSearchViewUniqueModifiedByAsync Method

Relativity Services API
Asynchronously gets the users that have modified at least one of saved searches in workspace.

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

Task<List<UserRef>> GetAdvancedSearchViewUniqueModifiedByAsync(
	int workspaceArtifactID
)

Parameters

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

Return Value

Type: Task<List<UserRef> >
A collection of users that have modified at least one saved search in the workspace.
See Also

Reference