Click or drag to resize
SKUInfoProviderIsSKUNew 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#
public static bool IsSKUNew(
	SKUInfo sku
)

Parameters

sku
Type: CMS.EcommerceSKUInfo
SKU data

Return Value

Type: Boolean
See Also