Click or drag to resize

IChoiceFieldItemHasValues Method

Checks if the field has any choices.

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
bool HasValues()

Return Value

Type: Boolean
true if there are existing choices; otherwise, false.
See Also