Click or drag to resize
ShoppingCartItemValidator Constructor
Initializes a new instance of the ShoppingCartItemValidator class for given item.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public ShoppingCartItemValidator(
	ShoppingCartItemInfo item
)

Parameters

item
Type: CMS.EcommerceShoppingCartItemInfo
Shopping cart item for which to perform the validation.
See Also