IList<Category> FindCategories( string name, int categoryId, BitFieldState featured, int maximumRows, int startRowIndex, string sortExpression )
Parameters
- name
- The name of the category
- categoryId
- category Id
- featured
- whether category is featured or not
- maximumRows
- Maximum number of rows to retrieve
- startRowIndex
- Starting index from where to start retrieving
- sortExpression
- Sort expression to use for sorting the loaded categories
Return Value
List of categories matching the given parameters