Click or drag to resize
ValuesSummaryMerge Method
Adds the set of items to the summary.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public void Merge(
	IEnumerable<SummaryItem> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableSummaryItem
Items to be summed into the summary.
See Also