Click or drag to resize
FormHelperGetSelectedValuesFromListItemCollection Method
Returns string with selected values (e.g.: "value1|value2|value3").

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetSelectedValuesFromListItemCollection(
	ListItemCollection items
)

Parameters

items
Type: System.Web.UI.WebControlsListItemCollection

Return Value

Type: String
See Also