Class ProductCatalogGroupEditor
- Namespace
- Dynamicweb.Ecommerce.Content.Items.Editors
- Assembly
- Dynamicweb.Ecommerce.dll
Represents a eCom product editor.
[Editor("Product catalog groups")]
public class ProductCatalogGroupEditor : ProductEditor, IParameterOptions
- Inheritance
-
ProductCatalogGroupEditor
- Implements
- Inherited Members
Methods
GetParameterOptions(string)
public override IEnumerable<ParameterOption> GetParameterOptions(string parameterName)
Parameters
parameterNamestring
Returns
GetViewModelValue(object?)
Gets the value to use when rendering items in view models - GetValue(string)
public override object? GetViewModelValue(object? value)
Parameters
valueobject
Returns
See Also
EcomEditor<T>