References objects for batch operations.

A batch contains a list of BatchItemHandle instances. Methods are provided to retrieve the object referenced by a batch item and identify an exception (if any) associated with the item.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface IBatchItemHandle
C#
public interface IBatchItemHandle
Visual C++
public interface class IBatchItemHandle
JavaScript
FileNet.Api.Core.IBatchItemHandle = function();
FileNet.Api.Core.IBatchItemHandle.createInterface('FileNet.Api.Core.IBatchItemHandle');

ToggleSee Also