public IList<Product> AdvancedSearch( string keyword, int categoryId, int manufacturerId, bool searchName, bool searchDescription, bool searchSKU, decimal lowPrice, decimal highPrice, bool onlyFeatured, IList<ShopByChoice> choices, string sortExpression, int maximumRows, int startRowIndex )
Parameters
- keyword
- categoryId
- manufacturerId
- searchName
- searchDescription
- searchSKU
- lowPrice
- highPrice
- onlyFeatured
- choices
- sortExpression
- maximumRows
- startRowIndex