Creates a batch operation to update persisted objects.

Once created, the batch operation is pending until you call the UpdateBatch method to commit the operation. The entire batch operation is executed within a single transaction.

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

ToggleSyntax

Visual Basic (Declaration)
Public Class UpdatingBatch _
	Inherits Batch
C#
public class UpdatingBatch : Batch
Visual C++
public ref class UpdatingBatch : public Batch
JavaScript
FileNet.Api.Core.UpdatingBatch = function();

Type.createClass(
	'FileNet.Api.Core.UpdatingBatch',
	FileNet.Api.Core.Batch);

ToggleInheritance Hierarchy

System..::.Object
  FileNet.Api.Core..::.Batch
    FileNet.Api.Core..::.UpdatingBatch

ToggleSee Also