Click or drag to resize
ECommerceSettingsProductsAreNewFor Method
Number of days for which created products are marked as 'new products' in the store. Days are counted from the product 'In store from' property.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public static int ProductsAreNewFor(
	SiteInfoIdentifier siteIdentifier
)

Parameters

siteIdentifier
Type: CMS.DataEngineSiteInfoIdentifier
Code name or ID of the site. Use null or empty string for global setting

Return Value

Type: Int32
See Also