Returns a reference to the object store to which this object is persisted.

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

ToggleSyntax

Visual Basic (Declaration)
Function GetObjectStore As IObjectStore
C#
IObjectStore GetObjectStore()
Visual C++
IObjectStore^ GetObjectStore()
JavaScript
function getObjectStore();

Return Value

An ObjectStore object.

ToggleSee Also