Click or drag to resize
SKUInfoProviderIsSKUInStockInternal Method
Indicates the real stock status of SKU based on SKU items available.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual bool IsSKUInStockInternal(
	SKUInfo sku
)

Parameters

sku
Type: CMS.EcommerceSKUInfo
SKU data

Return Value

Type: Boolean
See Also