Click or drag to resize

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
)

Parameters

dropDown
Type: System.Web.UI.WebControlsDropDownList
selectedValue
Type: SystemString
showNone
Type: SystemBoolean
See Also