Click or drag to resize
SKUInfoProviderGetTopNProductsBySales Method
Returns dataset with top N products by sales.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static DataSet GetTopNProductsBySales(
	int topN,
	int siteId,
	string where
)

Parameters

topN
Type: SystemInt32
Number of products to be selected
siteId
Type: SystemInt32
Site ID
where
Type: SystemString
Where condition

Return Value

Type: DataSet
See Also