Clears out the list of pending actions for this object. For example, if you called Delete() without subsequently calling Save, then called ClearPendingActions(), the Delete pending action would no longer be in the object's pending actions list. This effectively cancels changes not yet saved.


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

Syntax

Visual Basic (Declaration)
Sub ClearPendingActions()
C#
void ClearPendingActions()
C++
void ClearPendingActions() abstract 
J#
void ClearPendingActions()
JScript
function ClearPendingActions()

See Also