Returns the repositories used as the search scope.

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

ToggleSyntax

Visual Basic (Declaration)
Public Function GetObjectStores As IObjectStore()
C#
public IObjectStore[] GetObjectStores()
Visual C++
public:
array<IObjectStore^>^ GetObjectStores()
JavaScript
function getObjectStores();

Return Value

The array of ObjectStore instances for the repositories used as the search scope.

ToggleSee Also