Table of Contents

Enum DetailsGroup.InheritanceType

Namespace
Dynamicweb.Ecommerce.Products
Assembly
Dynamicweb.Ecommerce.dll
The InheritanceType enumeration defines the different types of DetailsGroup instances the DetailsGroup class can represent.
public enum DetailsGroup.InheritanceType

Fields

Fallback = 3
If nothing Is set on the actual record, then fallback to main
Merge = 2
Take both the value from the actual record + from the main
None = 1
Take the value on the actual record (variant, language)
To top