IChoiceFieldItemAddValue(String) Method |  |
Adds the given choice(s) to the list of choices.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxvoid AddValue(
params string[] value
)
Parameters
- value String
- The name of the choice value to add.
RemarksOnly unique choices in the choice list are added.
See Also