Table of Contents

Class ProductGroupParameterEditor

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

Methods

Render(ConfigurableAddIn, string, object, Hashtable)

Renders the specified add in.
[Obsolete]
public override string Render(ConfigurableAddIn addIn, string name, object valueObj, Hashtable options)

Parameters

addIn ConfigurableAddIn
The add in.
name string
The name.
valueObj object
The value object.
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]
public override string Render(ConfigurableAddIn addIn, string name, object valueObj, Hashtable options, string label)

Parameters

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

Returns

string
Html mark-up for specified addIn
See Also

See Also

To top