Adds the specified pending action to this object's PendingActions
collection.
Note:
You probably won't directly manipulate an object's pending actions in this manner.
You will more likely call wrapper methods such as Delete and
Checkin, which add a pending action to the collection.)
Namespace:
FileNet.Api.Core
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub AddPendingAction ( _ pa As PendingAction _ ) |
C# |
---|
void AddPendingAction( PendingAction pa ) |
Visual C++ |
---|
void AddPendingAction( PendingAction^ pa ) |
JavaScript |
---|
function addPendingAction(pa); |
Parameters
- pa
- Type: FileNet.Api.Action..::.PendingAction
A PendingAction object.