Returns a String containing the identifier (GUID) of the underlying object of this pending action.


Namespace: FileNet.Api.Action
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Overridable Function GetObjectId() As String
C#
public virtual string GetObjectId()
C++
public:
 virtual String GetObjectId()
J#
public virtual string GetObjectId()
JScript
public virtual  function GetObjectId() : String

Return Value

Returns a String containing the object identifier.

See Also