IChoiceFieldItemAddValue Method (String) | |
Adds the given choice(s) to the list of choices.
Namespace:
Compiled.EDD.Scripting
Assembly:
Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax void AddValue(
params string[] value
)
Parameters
- value
- Type: SystemString
The name of the choice value to add.
Remarks Only unique choices in the choice list are added.
See Also