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.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

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);

ToggleRemarks

ToggleSee Also