Click or drag to resize
UniSelectorNewListItem Method (String, String)
Creates a new list item based on the given text and value.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
protected ListItem NewListItem(
	string text,
	string value
)

Parameters

text
Type: SystemString
value
Type: SystemString

Return Value

Type: ListItem
See Also