Click or drag to resize
SKUInfoProviderGetTopNProductsBySalesInternal 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#
protected virtual DataSet GetTopNProductsBySalesInternal(
	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