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)
Visual Basic (Declaration) |
---|
Function GetObjectIdentity As String |
C# |
---|
string GetObjectIdentity() |
Visual C++ |
---|
String^ GetObjectIdentity() |
JavaScript |
---|
function getObjectIdentity(); |
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.