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)

Syntax

Visual Basic (Declaration)
Function GetObjectStoreIdentity() As String
C#
string GetObjectStoreIdentity()
C++
String GetObjectStoreIdentity() abstract 
J#
string GetObjectStoreIdentity()
JScript
function GetObjectStoreIdentity() : String

Return Value

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

See Also