Table of Contents

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

IList<MediaViewModel>

CategoryName

Gets or sets the name of the category to which the product group belongs.

public string CategoryName { get; set; }

Property Value

string

CategorySystemName

Gets or sets the system name of the category to which the product group belongs.

public string CategorySystemName { get; set; }

Property Value

string

Clickable

Gets or sets a value indicating whether the node should be clickable (link).

public bool Clickable { get; set; }

Property Value

bool

true if it's clickable; otherwise, false.

Description

Gets or sets the description of the product group.

public string Description { get; set; }

Property Value

string

GroupFields

Gets or sets the custom fields associated with the product group.

public IList<FieldValueViewModel> GroupFields { get; set; }

Property Value

IList<FieldValueViewModel>

Id

Gets or sets the unique identifier for the product group.

public override string Id { get; set; }

Property Value

string

MetaCanonical

Gets or sets the canonical URL for the product group.

public string MetaCanonical { get; set; }

Property Value

string

MetaDescription

Gets or sets the meta description for the product group.

public string MetaDescription { get; set; }

Property Value

string

Name

Gets or sets the name of the product group.

public override string Name { get; set; }

Property Value

string

Number

Gets or sets the number associated with the product group.

public string Number { get; set; }

Property Value

string

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; }

Property Value

string
To top