| IDropDownListEditorRendererRenderListT Method |
Namespace:
Dynamicweb.Content.Items.Editors
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax void RenderList<T>(
DropDownListEditor<T> dropdownListEditor,
TextWriter output,
T selectedItem
)
Sub RenderList(Of T) (
dropdownListEditor As DropDownListEditor(Of T),
output As TextWriter,
selectedItem As T
)
Parameters
- dropdownListEditor
- Type: Dynamicweb.Content.Items.EditorsDropDownListEditorT
- output
- Type: System.IOTextWriter
- selectedItem
- Type: T
Type Parameters
- T
See Also