Click or drag to resize

ListEditorTRenderIconList Method

Namespace:  Dynamicweb.Content.Items.Editors
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
protected void RenderIconList(
	TextWriter output,
	T selectedItem,
	ListEditorMode listMode,
	OptionLabelPosition labelPosition,
	int iconPosition,
	int iconMaxWidth,
	int iconMaxHeight,
	bool allowSorting
)

Parameters

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
See Also