Returns the repositories used as the search scope.
Namespace:
FileNet.Api.QueryAssembly: 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(); |