IList<Product> GetPopularProducts( int limit, int categoryId )
Parameters
- limit
- maximum number of products to retrieve
- categoryId
- The category from which to load the popular products. Use 0 for no category filter.
Return Value
A list of popular products