Returns the ID, name, or path of an independent object to which this identity refers.

The returned string can be an ID (in GUID format) or, if fetchless instantiation was used to create the object, the string might contain a name or path. This method returns Null if the identity is referencing a dependent object or an unevaluated object.


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

Syntax

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

Return Value

A String containing the object ID, name, or path. Returns Null in the case of a reference to a dependent or unevaluated object.

See Also