Use this when the scope is a single object store.
Namespace:
FileNet.Api.QueryAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ objectStore As IObjectStore _ ) |
C# |
---|
public SearchScope( IObjectStore objectStore ) |
Visual C++ |
---|
public: SearchScope( IObjectStore^ objectStore ) |
JavaScript |
---|
FileNet.Api.Query.SearchScope = function(objectStore); |
Parameters
- objectStore
- Type: FileNet.Api.Core..::.IObjectStore
An ObjectStore instance for the repository to be searched.