Table of Contents

Interface IProductsAndGroupsEditorRenderer

Namespace
Dynamicweb.Ecommerce.Extensibility.Editors
Assembly
Dynamicweb.Ecommerce.dll
[Obsolete("Do not use")]
public interface IProductsAndGroupsEditorRenderer

Methods

Render(ProductsAndGroupsEditor, ConfigurableAddIn, string, object, Hashtable, string)

string Render(ProductsAndGroupsEditor ProductsAndGroupsEditor, ConfigurableAddIn addIn, string name, object value, Hashtable options, string label)

Parameters

ProductsAndGroupsEditor ProductsAndGroupsEditor
addIn ConfigurableAddIn
name string
value object
options Hashtable
label string

Returns

string
To top