Returns a String representation of this PendingAction instance. The string (in the format “Class= Values= ”) consists of the name of the class of which this PendingAction is an instance and the parameter values from its parameter bag. For example, for a “create” pending action, this method returns the class name, Create, followed by the parameter values for class ID, object ID, and so on.


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

Syntax

Visual Basic (Declaration)
Public Overrides Function ToString() As String
C#
public override string ToString()
C++
public:
 virtual String ToString() override 
J#
public override string ToString()
JScript
public override  function ToString() : String

Return Value

A String representation of this PendingAction instance.

See Also