Click or drag to resize
ShoppingCartItemCheckResultMarkNotEnoughUnits Method
Marks this result as "Not enough units available".

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public virtual void MarkNotEnoughUnits(
	int maxUnits
)

Parameters

maxUnits
Type: SystemInt32
Maximum available unit count.
See Also