Determines which repository or repositories are to be searched, and supplies methods to
execute searches for properties, objects, and class metadata (class descriptions).
Namespace:
FileNet.Api.QueryWhen 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.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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'); |
Inheritance Hierarchy
System..::.Object
FileNet.Api.Query..::.SearchScope
FileNet.Api.Query..::.SearchScope