Returns the ID, name, or path of an independent object to which this identity refers.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
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
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() |
C++ |
---|
String GetObjectIdentity() abstract |
J# |
---|
string GetObjectIdentity() |
JScript |
---|
function GetObjectIdentity() : String |
Return Value
A
containing the object ID, name, or path. Returns
in the case of a reference to a dependent or unevaluated object.