Table of Contents

Class ProductsAndGroupsEditor

Namespace
Dynamicweb.Ecommerce.Extensibility.Editors
Assembly
Dynamicweb.Ecommerce.dll
The class ProductsAndGroupsEditor represents extensibility editor for products and groups.
public class ProductsAndGroupsEditor : ParameterEditor
Inheritance
ProductsAndGroupsEditor
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