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()
C++
IObjectStore GetObjectStore() abstract 
J#
IObjectStore GetObjectStore()
JScript
function GetObjectStore() : IObjectStore

Return Value

An ObjectStore object.

See Also