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: 7.6.1.3-5cb5c356
Syntax
C#
void DeleteValue(
	string value
)

Parameters

value
Type: SystemString
The name of the value to remove.
See Also