Click or drag to resize
ValuesSummary Constructor (IEnumerableSummaryItem)
Creates a new instance of summary with the specified items.

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

Parameters

items
Type: System.Collections.GenericIEnumerableSummaryItem
SummaryItem items.
See Also