IList<Category> GetFeaturedCategories( bool publicOnly, string sortExpression, int maximumRows, int startRowIndex )
Parameters
- publicOnly
- If true, only public items are included in the result
- sortExpression
- sort expression to use for sorting the loaded categories
- maximumRows
- Maximum number of rows to retrieve
- startRowIndex
- Starting index from where to start retrieving
Return Value
A list of featured categories