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)
Visual Basic (Declaration) |
---|
Sub ClearPendingActions |
C# |
---|
void ClearPendingActions() |
Visual C++ |
---|
void ClearPendingActions() |
JavaScript |
---|
function clearPendingActions(); |