Table of Contents

Interface IRadioParameterEditorRenderer

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

Methods

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

string Render(RadioParameterEditor radioParameterEditor, ConfigurableAddIn addIn, string name, object value, Hashtable options, string label)

Parameters

radioParameterEditor RadioParameterEditor
addIn ConfigurableAddIn
name string
value object
options Hashtable
label string

Returns

string
To top