ChoiceList

Description

Returns the items in a static choice list for a QueryFieldDef.

Syntax

VBScript

queryfielddef.ChoiceList 

Perl

$queryfielddef->GetChoiceList(); 
Identifier
Description
queryfielddef
A QueryFieldDef object.
Return value
For VBScript, a Variant which is an array of strings if there is a static choice-list available for this field from the schema.

For Perl, a reference to an array of strings if there is a static choice-list available for this field from the schema.