| AddInSelectorFillDropDownWithAddInTypes Method (DropDownList, String, Boolean) |
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public void FillDropDownWithAddInTypes(
DropDownList dropDown,
string selectedValue,
bool showNone
)
Public Sub FillDropDownWithAddInTypes (
dropDown As DropDownList,
selectedValue As String,
showNone As Boolean
)
Parameters
- dropDown
- Type: System.Web.UI.WebControlsDropDownList
- selectedValue
- Type: SystemString
- showNone
- Type: SystemBoolean
See Also