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()
C++
public:
 virtual void UpdateBatch()
J#
public virtual void UpdateBatch()
JScript
public virtual  function UpdateBatch()

Exceptions

Exception TypeCondition
EngineRuntimeException Thrown when there are no pending items in the batch.

See Also