Specifies a ChoiceType constant that determines the type of data that a Choice object represents:
an integer-type choice item, a string-type choice item, a group node for a nested collection of integer-type Choice objects,
or a group node for a nested collection of string-type Choice objects.
Namespace:
FileNet.Api.AdminAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property ChoiceType As ChoiceType |
C# |
---|
ChoiceType ChoiceType { get; set; } |
Visual C++ |
---|
property ChoiceType ChoiceType { ChoiceType get (); void set (ChoiceType value); } |
JavaScript |
---|
function get_choiceType(); function set_choiceType(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: null
PropertyMaximumInteger32: 3
PropertyMinimumInteger32: 0
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ