Class ProductGroupViewModel
- Namespace
- Dynamicweb.Ecommerce.ProductCatalog
- Assembly
- Dynamicweb.Ecommerce.dll
ViewModel representing a product group in the e-commerce catalog.
public class ProductGroupViewModel : GroupInfoViewModel
- Inheritance
-
ProductGroupViewModel
- Inherited Members
- Extension Methods
Properties
Assets
Gets or sets the media assets associated with the product group.
public IList<MediaViewModel> Assets { get; set; }
Property Value
CategoryName
Gets or sets the name of the category to which the product group belongs.
public string CategoryName { get; set; }
Property Value
CategorySystemName
Gets or sets the system name of the category to which the product group belongs.
public string CategorySystemName { get; set; }
Property Value
Clickable
Gets or sets a value indicating whether the node should be clickable (link).
public bool Clickable { get; set; }
Property Value
- bool
trueif it's clickable; otherwise,false.
Description
Gets or sets the description of the product group.
public string Description { get; set; }
Property Value
GroupFields
Gets or sets the custom fields associated with the product group.
public IList<FieldValueViewModel> GroupFields { get; set; }
Property Value
Id
Gets or sets the unique identifier for the product group.
public override string Id { get; set; }
Property Value
MetaCanonical
Gets or sets the canonical URL for the product group.
public string MetaCanonical { get; set; }
Property Value
MetaDescription
Gets or sets the meta description for the product group.
public string MetaDescription { get; set; }
Property Value
Name
Gets or sets the name of the product group.
public override string Name { get; set; }
Property Value
Number
Gets or sets the number associated with the product group.
public string Number { get; set; }
Property Value
ShowInMenu
Gets a value indicating weather the node should be shown in menu.
public bool ShowInMenu { get; set; }
Property Value
- bool
Returns true if the node should be shown in menu
Title
Gets or sets the title of the product group.
public string Title { get; set; }