Represents a collection of Id objects. To create an instance
of IdList, call CreateList on the Factory.IdList class.
Namespace:
FileNet.Api.Collection
Assembly:
FileNet.Api (in FileNet.Api.dll)
| Visual Basic (Declaration) |
|---|
Public Interface IIdList _
Implements IEngineCollection, IEnumerable, ICloneable, IList, _
ICollection |
| C# |
|---|
public interface IIdList : IEngineCollection,
IEnumerable, ICloneable, IList, ICollection |
| Visual C++ |
|---|
public interface class IIdList : IEngineCollection,
IEnumerable, ICloneable, IList, ICollection |
| JavaScript |
|---|
FileNet.Api.Collection.IIdList = function();
FileNet.Api.Collection.IIdList.createInterface('FileNet.Api.Collection.IIdList'); |