Adds the specified BatchItemHandle to the collection.

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

ToggleSyntax

Visual Basic (Declaration)
Protected Friend Overridable Sub addHandle ( _
	handle As IBatchItemHandle _
)
C#
protected internal virtual void addHandle(
	IBatchItemHandle handle
)
Visual C++
protected public:
virtual void addHandle(
	IBatchItemHandle^ handle
)
JavaScript
function addHandle(handle);

ToggleSee Also