Enum DynamicRelationCalculationMethod
- Namespace
- Dynamicweb.Ecommerce.Products.DynamicRelations
- Assembly
- Dynamicweb.Ecommerce.dll
Describes the calculation method for a DynamicRelationCalculationConfiguration.
public enum DynamicRelationCalculationMethod
Fields
None = 0No calculation method is specified.
SumByProduct = 2Sum grouped by products in the selected group(s).
TotalSum = 1Total sum of products in the selected group(s).