Returns an object reference that represents the object's identity.

The ID of an independent object is the class name and ID of the object. The ID can be a path, GUID, or name of the object.

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

ToggleSyntax

Visual Basic (Declaration)
Function GetObjectReference As IObjectReference
C#
IObjectReference GetObjectReference()
Visual C++
IObjectReference^ GetObjectReference()
JavaScript
function getObjectReference();

Return Value

An ObjectReference object.

ToggleSee Also