Update all of the items in this batch. Calling this method commits the pending batch update operation. The batch operation is executed within a single transaction.

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

ToggleSyntax

Visual Basic (Declaration)
Public Overridable Sub UpdateBatch
C#
public virtual void UpdateBatch()
Visual C++
public:
virtual void UpdateBatch()
JavaScript
function updateBatch();

ToggleExceptions

ExceptionCondition
FileNet.Api.Exception..::.EngineRuntimeException Thrown when there are no pending items in the batch.

ToggleSee Also