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
addInConfigurableAddIn- The add in.
 namestring- The name.
 valueObjobject- The value object.
 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]
public override string Render(ConfigurableAddIn addIn, string name, object valueObj, Hashtable options, string label)
  Parameters
addInConfigurableAddIn- The add in.
 namestring- The name.
 valueObjobject- The value object.
 optionsHashtable- The options.
 labelstring- The label.
 
Returns
- string
 - Html mark-up for specified addIn
 
- See Also