Returns a reference to the object store to which this object is persisted.
Namespace:
FileNet.Api.Core
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Function GetObjectStore As IObjectStore |
| C# |
|---|
IObjectStore GetObjectStore() |
| Visual C++ |
|---|
IObjectStore^ GetObjectStore() |
| JavaScript |
|---|
function getObjectStore(); |