Table of Contents

Class ProductSelectorParameterEditor

Namespace
Dynamicweb.Ecommerce.Extensibility.Editors
Assembly
Dynamicweb.Ecommerce.dll
The class ProductSelectorParameterEditor represents extensibility editor for products.
public class ProductSelectorParameterEditor : ParameterEditor
Inheritance
ProductSelectorParameterEditor
Inherited Members

Methods

Render(ConfigurableAddIn, string, object, Hashtable)

Renders the specified add in.
[Obsolete("Do not use")]
public override string Render(ConfigurableAddIn addIn, string name, object value, Hashtable options)

Parameters

addIn ConfigurableAddIn
The add in.
name string
The name.
value object
The value.
options Hashtable
The options.

Returns

string
Html mark-up for specified addIn
See Also

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

Renders the specified add in.
[Obsolete("Do not use")]
public override string Render(ConfigurableAddIn addIn, string name, object value, Hashtable options, string label)

Parameters

addIn ConfigurableAddIn
The add in.
name string
The name.
value object
The value.
options Hashtable
The options.
label string
The label.

Returns

string
Html mark-up for specified addIn
See Also

See Also

To top