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.CoreAssembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IBatchItemHandle |
C# |
---|
public interface IBatchItemHandle |
C++ |
---|
interface class IBatchItemHandle |
J# |
---|
public interface IBatchItemHandle |
JScript |
---|
public interface IBatchItemHandle |
See Also