Represents a collection of ChoiceList objects.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface IChoiceListSet _
	Implements IReplicableSet, ISubscribableSet, IIndependentObjectSet, IEngineSet,  _
	IEngineCollection, IEnumerable, ICloneable
C#
public interface IChoiceListSet : IReplicableSet, 
	ISubscribableSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, 
	ICloneable
Visual C++
public interface class IChoiceListSet : IReplicableSet, 
	ISubscribableSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, 
	ICloneable
JavaScript
FileNet.Api.Collection.IChoiceListSet = function();
FileNet.Api.Collection.IChoiceListSet.createInterface('FileNet.Api.Collection.IChoiceListSet');

ToggleSee Also