Returns a list of the
instances in this batch that reference the specified object, or, if the
parameter is
, the list of all
instances in this batch.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function GetBatchItemHandles( _ ByVal object_Renamed As IIndependentObject _ ) As IList |
C# |
---|
public virtual IList GetBatchItemHandles( IIndependentObject object_Renamed ) |
C++ |
---|
public: virtual IList GetBatchItemHandles( IIndependentObject object_Renamed ) |
J# |
---|
public virtual IList GetBatchItemHandles( IIndependentObject object_Renamed ) |
JScript |
---|
public virtual
function GetBatchItemHandles( object_Renamed : IIndependentObject ) : IList |
Parameters
- object_Renamed
- An
instance for the object that is expected to be referenced in this batch, orIndependentObject
to return the list of allNull
instances.BatchItemHandle
Return Value
A
of any
instances referencing the specified object. If the specified
is not in the batch, an empty list is returned. If the
parameter is
, the list of all
instances is returned.