Dynamicweb 8 Documentation
FillWithAddInTypes(DropDownList,String,Boolean) Method

The dropdown list.
The selected value.
if set to true show 'none' option.
Fills the dropdown with add in types.
Syntax
'Declaration
 
Public Overloads Sub FillWithAddInTypes( _ 
   ByVal dList As DropDownList, _ 
   ByVal selectedValue As String, _ 
   ByVal showNone As Boolean _ 
) 
public void FillWithAddInTypes( 
   DropDownList dList,
   string selectedValue,
   bool showNone 
)

Parameters

dList
The dropdown list.
selectedValue
The selected value.
showNone
if set to true show 'none' option.
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

AddInSelector Class
AddInSelector Members
Overload List

Send Feedback