Dynamicweb 8 Documentation
ListItem Constructor(String,Object,Boolean)

List item name.
List item value.
Value indicating whether item is selected.
Initializes a new instance of an object.
Syntax
'Declaration
 
Public Function New( _ 
   ByVal name As String, _ 
   ByVal value As Object, _ 
   ByVal selected As Boolean _ 
)
public ListItem( 
   string name,
   object value,
   bool selected 
)

Parameters

name
List item name.
value
List item value.
selected
Value indicating whether item is selected.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ListItem Class
ListItem Members
Overload List

Send Feedback