SortableCollection<KeyValuePair<ICatalogable,int>> GetViewsByProduct( int maximumRows, int startRowIndex )
Parameters
- maximumRows
- Maximum number of rows to retrieve
- startRowIndex
- Index of the row from where to start retrieving
Return Value
A collection of Key Value pairs; each key representing a ICatalogable (Product) object
and each value representing the number of views for this object