Sums the value with the item specified by name. Creates a new summary item when not found.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax 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