For internal use only. Represents a collection of IAsyncUpgradeQueueItem objects.
Namespace:
FileNet.Api.CollectionAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
<ObsoleteAttribute("As of release 5.0.0.")> _ Public Interface IAsyncUpgradeQueueItemSet _ Implements IQueueItemSet, IIndependentObjectSet, IEngineSet, IEngineCollection, _ IEnumerable, ICloneable |
C# |
---|
[ObsoleteAttribute("As of release 5.0.0.")] public interface IAsyncUpgradeQueueItemSet : IQueueItemSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable |
Visual C++ |
---|
[ObsoleteAttribute(L"As of release 5.0.0.")] public interface class IAsyncUpgradeQueueItemSet : IQueueItemSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable |
JavaScript |
---|
FileNet.Api.Collection.IAsyncUpgradeQueueItemSet = function(); FileNet.Api.Collection.IAsyncUpgradeQueueItemSet.createInterface('FileNet.Api.Collection.IAsyncUpgradeQueueItemSet'); |