Use this when the scope is a single object store.


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

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal objectStore As IObjectStore _ 
)
C#
public SearchScope(
   IObjectStore objectStore
)
C++
public:
 SearchScope(
   IObjectStore objectStore
) sealed 
J#
public SearchScope(
   IObjectStore objectStore
)
JScript
public function SearchScope(
   objectStore : IObjectStore
)

Parameters

objectStore
An ObjectStore instance for the repository to be searched.

See Also