public IList<Category> FindByName( string nameToMatch, int maximumRows, int startRowIndex )
Parameters
- nameToMatch
- The category name to match
- maximumRows
- Maximum number of rows to retrieve
- startRowIndex
- Starting index from where to start retrieving
Return Value
A collection of categories matching the given name