| IListEditorRenderer.RenderIconList<T> Method |
Namespace:
Dynamicweb.Content.Items.Editors
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax void RenderIconList<T>(
ListEditor<T> listEditor,
TextWriter output,
T selectedItem,
ListEditorMode listMode,
OptionLabelPosition labelPosition,
int iconPosition,
int iconMaxWidth,
int iconMaxHeight,
bool allowSorting
)
Sub RenderIconList(Of T) (
listEditor As ListEditor(Of T),
output As TextWriter,
selectedItem As T,
listMode As ListEditorMode,
labelPosition As OptionLabelPosition,
iconPosition As Integer,
iconMaxWidth As Integer,
iconMaxHeight As Integer,
allowSorting As Boolean
)
Parameters
- listEditor
- Type: Dynamicweb.Content.Items.Editors.ListEditor<T>
- output
- Type: System.IO.TextWriter
- selectedItem
- Type: T
- listMode
- Type: Dynamicweb.Content.Items.Editors.ListEditorMode
- labelPosition
- Type: Dynamicweb.Content.Items.Editors.OptionLabelPosition
- iconPosition
- Type: System.Int32
- iconMaxWidth
- Type: System.Int32
- iconMaxHeight
- Type: System.Int32
- allowSorting
- Type: System.Boolean
Type Parameters
- T
See Also