IChoiceFieldItemGetValues Method |  |
Gets all the choices from the field.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
SyntaxIEnumerable<string> GetValues()
Return Value
IEnumerableStringList of choice values for the field.
See Also