Creates a Batch instance to hold a collection of BatchItemHandle instances.


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

Syntax

Visual Basic (Declaration)
Protected Sub New( _ 
   ByVal domain As IDomain _ 
)
C#
protected Batch(
   IDomain domain
)
C++
protected:
 Batch(
   IDomain domain
) sealed 
J#
protected Batch(
   IDomain domain
)
JScript
protected function Batch(
   domain : IDomain
)

See Also