SKUInfoProviderGetTopNProductsBySalesInternal Method |
Returns dataset with top N products by sales.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax 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:
DataSetSee Also