DiscountCollection Constructor (IEnumerableIDiscount) |
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntaxpublic DiscountCollection(
IEnumerable<IDiscount> discounts
)
Parameters
- discounts
- Type: System.Collections.GenericIEnumerableIDiscount
The collection whose discounts are copied to the new list.
See Also