Click or drag to resize
ShoppingCartItemCheckResult.CombineWithResult 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: 10.0.0
Syntax
C#
public virtual void CombineWithResult(
	ShoppingCartItemCheckResult result
)

Parameters

result
Type: CMS.Ecommerce.ShoppingCartItemCheckResult
Result to be included.
See Also