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)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overridable Sub UpdateBatch |
| C# |
|---|
public virtual void UpdateBatch() |
| Visual C++ |
|---|
public: virtual void UpdateBatch() |
| JavaScript |
|---|
function updateBatch(); |
Exceptions
| Exception | Condition |
|---|---|
| FileNet.Api.Exception..::.EngineRuntimeException | Thrown when there are no pending items in the batch. |