Click or drag to resize
SKUInfoProviderIsSKUNewInternal Method
Indicates if the given SKU is new in the store. By default it is determined based on the CMSStoreProductsAreNewFor setting and SKUInStoreFrom property.

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

Parameters

sku
Type: CMS.EcommerceSKUInfo
SKU data

Return Value

Type: Boolean
See Also