Table of Contents

Interface IDropDownParameterEditorRenderer

Namespace
Dynamicweb.Extensibility.Editors
Assembly
Dynamicweb.dll
[Obsolete("Do not use")]
public interface IDropDownParameterEditorRenderer

Methods

Render(DropDownParameterEditor, ConfigurableAddIn, string, object, Hashtable, string)

string Render(DropDownParameterEditor dropDownParameterEditor, ConfigurableAddIn addIn, string name, object value, Hashtable options, string label)

Parameters

dropDownParameterEditor DropDownParameterEditor
addIn ConfigurableAddIn
name string
value object
options Hashtable
label string

Returns

string
To top