Returns an object reference that represents the object's identity.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
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)
Syntax
Visual Basic (Declaration) |
---|
Function GetObjectReference() As IObjectReference |
C# |
---|
IObjectReference GetObjectReference() |
C++ |
---|
IObjectReference GetObjectReference() abstract |
J# |
---|
IObjectReference GetObjectReference() |
JScript |
---|
function GetObjectReference() : IObjectReference |
Return Value
An
object.