  | 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
Syntaxpublic ListItem(
	string name,
	Object value,
	string icon
)
Public Sub New ( 
	name As String,
	value As Object,
	icon As String
)
Parameters
- name
 - Type: SystemString
 - value
 - Type: SystemObject
 - icon
 - Type: SystemString
 
See Also