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: 9.0.0.0-142fa9725
Syntax
C#
bool HasValues()

Return Value

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