IList<Product> GetNewProducts( bool useDays, int numberOfDays, string sortExpression, int maximumRows, int startRowIndex )
Parameters
- useDays
- Indicates whether to use days for deciding the newness of products.
- numberOfDays
- Indicates the number of days to take into consideration for deciding newness of products.
- sortExpression
- The sort expression to use for sorting the loaded objects.
- maximumRows
- Maximum number of rows to retrieve.
- startRowIndex
- Starting index from where to start retrieving.
Return Value
A list of new products