Click or drag to resize

IChoiceFieldItemDeleteValue Method

Removes the given choice from 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 DeleteValue(
	string value
)

Parameters

value  String
The name of the value to remove.
See Also