Returns an object reference that represents the object's identity.
Namespace:
FileNet.Api.CoreThe 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.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetObjectReference As IObjectReference |
C# |
---|
IObjectReference GetObjectReference() |
Visual C++ |
---|
IObjectReference^ GetObjectReference() |
JavaScript |
---|
function getObjectReference(); |