Click or drag to resize
ShoppingCartItemCheckResultCombineWithResult Method
Includes specified check result into this object in order to find the most restrictive values. No action is taken when results belong to different SKUs.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public virtual void CombineWithResult(
	ShoppingCartItemCheckResult result
)

Parameters

result
Type: CMS.EcommerceShoppingCartItemCheckResult
Result to be included.
See Also