IList<Category> FindCategories( string name, int categoryId, int maximumRows, int startRowIndex, string sortExpression )
Parameters
- name
- The name of the category
- categoryId
- category Id
- 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