public IList<Category> FindByName( string nameToMatch, int maximumRows, int startRowIndex, string sortExpression )
Parameters
- nameToMatch
- The category name to match
- 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
A collection of categories matching the given name