public IList<Product> GetRecentlyViewedProducts( int userId, string sortExpression )
Parameters
- userId
- The user to filter views by; pass 0 for all users
- sortExpression
- Sort expression to apply to the result set
Return Value
A list of products recently viewed by the user.