ShoppingCartItemParameters Constructor (Int32, Int32, ListShoppingCartItemParameters) |
Constructor - creates initialized shopping cart item parameters container.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax public ShoppingCartItemParameters(
int skuId,
int quantity,
List<ShoppingCartItemParameters> options
)
Parameters
- skuId
- Type: SystemInt32
Product SKU ID. - quantity
- Type: SystemInt32
Number of product units. - options
- Type: System.Collections.GenericListShoppingCartItemParameters
List of product options parameters.
See Also