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)

Syntax

Visual Basic (Declaration)
Public Interface IIdList
    Implements IEngineCollection, IEnumerable, ICloneable, IList, ICollection
C#
public interface IIdList : IEngineCollection, IEnumerable, ICloneable, IList, ICollection
C++
interface class IIdList : IEngineCollection, IEnumerable, ICloneable, IList, ICollection
J#
public interface IIdList implements IEngineCollection, IEnumerable, ICloneable, IList, ICollection
JScript
public interface IIdList extends IEngineCollection, IEnumerable, ICloneable, IList, ICollection

See Also