Click or drag to resize
OptionCategoryTypeEnum Enumeration
Type of the product option category.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public enum OptionCategoryTypeEnum
Members
  Member nameValueDescription
Products0 Category of this type represents specific optional accessories of the product which is selected by the customer from the predefined list of products.
Attribute1 Category of this type represents specific attribute of the product which is configured by the customer from the predefined list of values, e.g. color.
Text2 Category of this type represents text attribute of the product which is entered by the customer, e.g.: label for the T-shirt
See Also