Click or drag to resize

IEditableListEditorRendererRenderList Method

Namespace:  Dynamicweb.Content.Items.Editors
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
void RenderList(
	EditableListEditor editableListEditor,
	TextWriter output,
	IEnumerable<string> selectedItem
)

Parameters

editableListEditor
Type: Dynamicweb.Content.Items.EditorsEditableListEditor
output
Type: System.IOTextWriter
selectedItem
Type: System.Collections.GenericIEnumerableString
See Also