ValuesSummary Constructor (IEnumerableSummaryItem) |
Creates a new instance of summary with the specified items.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax public ValuesSummary(
IEnumerable<SummaryItem> items
)
Parameters
- items
- Type: System.Collections.GenericIEnumerableSummaryItem
SummaryItem items.
See Also