public SortableCollection<KeyValuePair<ICatalogable,int>> GetViewsByCategory( DateTime startDate, DateTime endDate, int maximumRows, int startRowIndex, string sortExpression )
Parameters
- startDate
- The starting date of the date range.
- endDate
- The ending date of the date range.
- maximumRows
- Maximum number of rows to retrieve
- startRowIndex
- Index of the row from where to start retrieving
- sortExpression
- Expression used for sorting the results
Return Value
A collection of Key Value pairs; each key representing a ICatalogable (Category) object
and each value representing the number of views for this object