Table of Contents

Class ProductCatalogEditor

Namespace
Dynamicweb.Ecommerce.Content.Items.Editors
Assembly
Dynamicweb.Ecommerce.dll

Represents a eCom product editor.

[Editor("Product catalog")]
public class ProductCatalogEditor : ProductEditor, IParameterOptions
Inheritance
ProductCatalogEditor
Implements
Inherited Members

Methods

GetParameterOptions(string)

public override IEnumerable<ParameterOption> GetParameterOptions(string parameterName)

Parameters

parameterName string

Returns

IEnumerable<ParameterOption>

GetViewModelValue(object?)

Gets the value to use when rendering items in view models - GetValue(string)

public override object? GetViewModelValue(object? value)

Parameters

value object

Returns

object

See Also

To top