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(ObjectStore[], MergeMode)
(broken link "!:FileNet.Api.Query.SearchScope(IObjectStore[] objectStores, MergeMode mergeMode)")
to specify whether the scope is the union or intersection of the object stores.
This class cannot be inherited.
Namespace: FileNet.Api.QueryAssembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public NotInheritable Class SearchScope |
C# |
---|
public sealed class SearchScope |
C++ |
---|
ref class SearchScope sealed |
J# |
---|
public final class SearchScope |
JScript |
---|
public final class SearchScope |
Inheritance Hierarchy
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
See Also