A
object representing a set of allowable values. If it is associated with a property,
provides a discrete set of possible values that the property can hold. Otherwise, if a
is associated with a
object, it defines the set of possible values in a choice list group.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property ChoiceValues As IChoiceList |
C# |
---|
IChoiceList ChoiceValues { get; set; } |
C++ |
---|
property IChoiceList ChoiceValues abstract { IChoiceList get(); void set(IChoiceList value); } |
J# |
---|
/** property */ public IChoiceList get_ChoiceValues(); /** property */ public void set_ChoiceValues(IChoiceList value); |
JScript |
---|
public function get ChoiceValues() : IChoiceList public function set ChoiceValues(value : IChoiceList); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: LIST
CopyToReservation: false
Datatype: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: Choice
RequiresUniqueElements: true
Settability: READ_WRITE
TargetAccessRequired: READ