Click or drag to resize
ValuesSummarySum Method
Sums the value with the item specified by name. Creates a new summary item when not found.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public void Sum(
	string name,
	decimal value
)

Parameters

name
Type: SystemString
Name of the summary item.
value
Type: SystemDecimal
Value of the summary item.
See Also