Click or drag to resize
SummaryItem Constructor (String, Decimal)
Initializes a new instance of the SummaryItem class with the specified name and value.

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

Parameters

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