Determines which repository or repositories are to be searched, and supplies methods to execute searches for properties, objects, and class metadata (class descriptions).

When multiple repositories are to be searched, use the SearchScope(objectStores, mergeMode) constructor to specify whether the scope is the union or intersection of the object stores.

Namespace:  FileNet.Api.Query
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public NotInheritable Class SearchScope
C#
public sealed class SearchScope
Visual C++
public ref class SearchScope sealed
JavaScript
FileNet.Api.Query.SearchScope = function();

Type.createClass(
	'FileNet.Api.Query.SearchScope');

ToggleInheritance Hierarchy

System..::.Object
  FileNet.Api.Query..::.SearchScope

ToggleSee Also