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.AdminAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: LIST
CopyToReservation: false
DataType: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: Choice
RequiresUniqueElements: true
Settability: READ_WRITE
TargetAccessRequired: READ