Table of Contents

Class GroupInfoViewModel

Namespace
Dynamicweb.Ecommerce.ProductCatalog
Assembly
Dynamicweb.Ecommerce.dll
public class GroupInfoViewModel : FillableViewModelBase
Inheritance
GroupInfoViewModel
Derived
Inherited Members
Extension Methods

Properties

Id

Gets or sets the ID of the group.

public virtual string Id { get; set; }

Property Value

string

Name

Gets or sets the name of the group.

public virtual string Name { get; set; }

Property Value

string

PrimaryPageId

Gets or sets the primary page ID of the group.

public virtual int PrimaryPageId { get; set; }

Property Value

int

Sorting

Gets or sets the sorting value of the group. The value is stored in the database table [EcomGroupProductRelation], as field [GroupProductRelationSorting].

public virtual int? Sorting { get; set; }

Property Value

int?
To top