Represents a collection of Choice objects. To create an instance of this object, call Factory.Choice.CreateList().

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

ToggleSyntax

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

ToggleSee Also