SortableCollection<KeyValuePair<ICatalogable,int>> GetViewsByCategory( string sortExpression )
Parameters
- 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