A ChoiceList object representing a set of allowable values. If it is associated with a property, ChoiceValues provides a discrete set of possible values that the property can hold. Otherwise, if a ChoiceValues is associated with a Choice object, it defines the set of possible values in a choice list group.

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

ToggleSyntax

Visual Basic (Declaration)
Property ChoiceValues As IChoiceList
C#
IChoiceList ChoiceValues { get; set; }
Visual C++
property IChoiceList^ ChoiceValues {
	IChoiceList^ get ();
	void set (IChoiceList^ value);
}
JavaScript
function get_choiceValues();
function set_choiceValues(value);

ToggleRemarks

ToggleSee Also