Returns the repositories used as the search scope.
Namespace: FileNet.Api.Query
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetObjectStores() As IObjectStore() |
C# |
---|
public IObjectStore[] GetObjectStores() |
C++ |
---|
public: array<IObjectStore>^ GetObjectStores() sealed |
J# |
---|
public IObjectStore[] GetObjectStores() |
JScript |
---|
public function GetObjectStores() : IObjectStore[] |
Return Value
The array of
instances for the repositories used as the search scope.