Table of Contents

Enum DynamicProductRelationKind

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

Represents the kind of dynamic product relation.

public enum DynamicProductRelationKind

Fields

Master = 0

Indicates a relation to a master product without variants.

Variant = 1

Indicates a relation to a specific variant of a product.

VariantOption = 2

Indicates a relation to a specific variant option of a product.

To top