Adds the specified BatchItemHandle to the collection.


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

Syntax

Visual Basic (Declaration)
Protected Overridable Sub addHandle( _ 
   ByVal handle As IBatchItemHandle _ 
)
C#
protected virtual void addHandle(
   IBatchItemHandle handle
)
C++
protected:
 virtual void addHandle(
   IBatchItemHandle handle
)
J#
protected virtual void addHandle(
   IBatchItemHandle handle
)
JScript
protected virtual  function addHandle(
   handle : IBatchItemHandle
)

See Also