Click or drag to resize

IChoiceFieldItemAddValue(String) Method

Adds the given choice(s) to the list of choices.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
void AddValue(
	params string[] value
)

Parameters

value  String
The name of the choice value to add.
Remarks
Only unique choices in the choice list are added.
See Also