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 IDependentObjectList, IEngineCollection, ICloneable, IList,  _
	ICollection, IEnumerable
C#
public interface IChoiceList : IDependentObjectList, 
	IEngineCollection, ICloneable, IList, ICollection, IEnumerable
Visual C++
public interface class IChoiceList : IDependentObjectList, 
	IEngineCollection, ICloneable, IList, ICollection, IEnumerable
JavaScript
FileNet.Api.Collection.IChoiceList = function();
FileNet.Api.Collection.IChoiceList.createInterface('FileNet.Api.Collection.IChoiceList');

ToggleSee Also