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