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
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