Table of Contents

Class ProductItem

Namespace
Dynamicweb.Ecommerce.Examples.Items
Assembly
Dynamicweb.Ecommerce.Examples.dll
[Item("Product item")]
[Category("Example")]
public class ProductItem : ItemEntry
Inheritance
ProductItem
Inherited Members

Properties

[Group("Product")]
[Product("Group link", ShowOnParagraph = "Default.aspx?Id=1015#1022", ShowType = ProductEditor.ShowTypes.Groups, RenderProductsFromGroups = true)]
public string GroupsLink { get; set; }

Property Value

string
[Group("Product")]
[Product("Product Link", ShowOnParagraph = "Default.aspx?Id=1015#1022")]
public string ProductLink { get; set; }

Property Value

string

ProductsAndGroups

[Group("Product")]
[Product("Products and groups", ShowOnParagraph = "Default.aspx?Id=1015#1022", ShowType = ProductEditor.ShowTypes.GroupsAndProducts)]
public string ProductsAndGroups { get; set; }

Property Value

string
To top