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
addInConfigurableAddIn- The add in.
namestring- The name.
valueobject- The value.
optionsHashtable- 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
addInConfigurableAddIn- The add in.
namestring- The name.
valueobject- The value.
optionsHashtable- The options.
labelstring- The label.
Returns
- string
- Html mark-up for specified addIn
- See Also