Click or drag to resize

ListItem Constructor (String, Object, String)

Initializes a new instance of the ListItem class

Namespace:  Dynamicweb.Content.Items.Editors
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public ListItem(
	string name,
	Object value,
	string icon
)

Parameters

name
Type: SystemString
value
Type: SystemObject
icon
Type: SystemString
See Also