IList<Category> FindByName( string nameToMatch, string sortExpression )
Parameters
- nameToMatch
- The category name to match
- sortExpression
- Sort expression to use for sorting the loaded categories
Return Value
A collection of categories matching the given name