Table of Contents

Interface INumberParameterEditorRenderer

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

Methods

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

string Render(NumberParameterEditor numberParameterEditor, ConfigurableAddIn addIn, string name, object value, Hashtable options, string label)

Parameters

numberParameterEditor NumberParameterEditor
addIn ConfigurableAddIn
name string
value object
options Hashtable
label string

Returns

string
To top