Adds the specified pending action to this object's
collection.
![]() |
---|
You probably won't directly manipulate an object's pending actions in this manner. You will more likely call wrapper methods such as and , 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( _ ByVal pa As PendingAction _ ) |
C# |
---|
void AddPendingAction( PendingAction pa ) |
C++ |
---|
void AddPendingAction( PendingAction pa ) abstract |
J# |
---|
void AddPendingAction( PendingAction pa ) |
JScript |
---|
function AddPendingAction( pa : PendingAction ) |
Parameters
- pa
- A
object.PendingAction