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() |
| Visual C++ |
|---|
public: array<IObjectStore^>^ GetObjectStores() |
| JavaScript |
|---|
function getObjectStores(); |