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() |
| Visual C++ |
|---|
String^ GetObjectIdentity() |
| JavaScript |
|---|
function getObjectIdentity(); |