Click or drag to resize
SKUNotInStockValidationError Constructor
Creates instance of SKUNotInStockValidationError.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public SKUNotInStockValidationError(
	int skuId,
	string skuName,
	int inventoryUnits
)

Parameters

skuId
Type: SystemInt32
SKU Id of the product for which validation failed.
skuName
Type: SystemString
SKU name of the product for which validation failed.
inventoryUnits
Type: SystemInt32
Number of units available in stock.
See Also