ValuesSummaryMerge Method |
Adds the set of items to the summary.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax public void Merge(
IEnumerable<SummaryItem> items
)
Parameters
- items
- Type: System.Collections.GenericIEnumerableSummaryItem
Items to be summed into the summary.
See Also