Table of Contents

Enum GroupType

Namespace
Dynamicweb.Ecommerce.Products
Assembly
Dynamicweb.Ecommerce.dll

GroupType enum enumerates types of group corresponding to how the group is used.

public enum GroupType

Fields

Common = 0

All common usages such as ecom group.

DataModel = 2

The group is used as data model

DataModelFolder = 1

Similar to common with the only difference - you cannot assign products to this type of groups, so it is only used to structurize.

DataSet = 3

The group is used as "leaf" data set where the datamodel values are set

To top