Adds the specified BatchItemHandle to the collection.
Namespace:
FileNet.Api.CoreAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
Parameters
- handle
- Type: FileNet.Api.Core..::.IBatchItemHandle