Table of Contents

Enum DynamicRelationCalculationMethod

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

Describes the calculation method for a DynamicRelationCalculationConfiguration.

public enum DynamicRelationCalculationMethod

Fields

None = 0

No calculation method is specified.

SumByProduct = 2

Sum grouped by products in the selected group(s).

TotalSum = 1

Total sum of products in the selected group(s).

To top