public IList<Product> GetRecentlyViewedProducts( int userId, int maximumRows, int startRowIndex )
Parameters
- userId
- The user to filter views by; pass 0 for all users
- maximumRows
- Maximum number of rows to return
- startRowIndex
- Starting index of first record in result set
Return Value
A list of products recently viewed by the user.