Click or drag to resize
FormHelperSelectSingleValue Method
Selects single value in control of type ListControl.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 9.0.0
Syntax
C#
public static void SelectSingleValue(
	string selectedValue,
	ListControl list,
	bool ignoreCase = false
)

Parameters

selectedValue
Type: SystemString
SelectedValue
list
Type: System.Web.UI.WebControlsListControl
List control
ignoreCase (Optional)
Type: SystemBoolean
If true, the selection is searched as case insensitive
See Also