For internal use only. Represents a collection of IAsyncUpgradeQueueItem objects.


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

Syntax

Visual Basic (Declaration)
Public Interface IAsyncUpgradeQueueItemSet
    Implements IQueueItemSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
C#
public interface IAsyncUpgradeQueueItemSet : IQueueItemSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
C++
interface class IAsyncUpgradeQueueItemSet : IQueueItemSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
J#
public interface IAsyncUpgradeQueueItemSet implements IQueueItemSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
JScript
public interface IAsyncUpgradeQueueItemSet extends IQueueItemSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable

See Also