  | IListEditorRendererRenderIconListT Method  | 
  
    Namespace: 
   Dynamicweb.Content.Items.Editors
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxvoid 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.EditorsListEditorT
 - output
 - Type: System.IOTextWriter
 - selectedItem
 - Type: T
 - listMode
 - Type: Dynamicweb.Content.Items.EditorsListEditorMode
 - labelPosition
 - Type: Dynamicweb.Content.Items.EditorsOptionLabelPosition
 - iconPosition
 - Type: SystemInt32
 - iconMaxWidth
 - Type: SystemInt32
 - iconMaxHeight
 - Type: SystemInt32
 - allowSorting
 - Type: SystemBoolean
 
Type Parameters
- T
 
See Also