Use this when the scope is a single object store.

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

ToggleSyntax

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.

ToggleSee Also