public IList<T> LoadForCategory<T>( int categoryId, bool publicOnly, bool groupRestrictions, string sortExpression, int maximumRows, int startRowIndex ) where T: ICatalogable
Parameters
- categoryId
 - publicOnly
 - groupRestrictions
 - sortExpression
 - maximumRows
 - startRowIndex
 
Type Parameters
- T