Returns the pending actions for this object.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetPendingActions() As PendingAction() |
C# |
---|
PendingAction[] GetPendingActions() |
C++ |
---|
array<PendingAction>^ GetPendingActions() abstract |
J# |
---|
PendingAction[] GetPendingActions() |
JScript |
---|
function GetPendingActions() : PendingAction[] |
Return Value
An array of
objects.