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)

ToggleSyntax

Visual Basic (Declaration)
Public Interface IIdList _
	Implements IEngineCollection, ICloneable, IList, ICollection,  _
	IEnumerable
C#
public interface IIdList : IEngineCollection, 
	ICloneable, IList, ICollection, IEnumerable
Visual C++
public interface class IIdList : IEngineCollection, 
	ICloneable, IList, ICollection, IEnumerable
JavaScript
FileNet.Api.Collection.IIdList = function();
FileNet.Api.Collection.IIdList.createInterface('FileNet.Api.Collection.IIdList');

ToggleSee Also