Returns the ID or name of the object store in which the referenced object resides.

The returned string is an ID (in GUID format) or, if fetchless instantiation was used to create the object, the string contains the object store name. For non-object store references, this method returns Null.

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

ToggleSyntax

Visual Basic (Declaration)
Function GetObjectStoreIdentity As String
C#
string GetObjectStoreIdentity()
Visual C++
String^ GetObjectStoreIdentity()
JavaScript
function getObjectStoreIdentity();

Return Value

A String containing the object ID or name. Returns Null in the case of a non-object store reference.

ToggleSee Also