[DataObjectMethod(DataObjectMethodType.Select)] public static IList<PurchaseSummary> GetUserPurchaseHistory( int userId, bool forPaidOrders, string sortExpression )
Parameters
- userId
- User Id to get report data for
- forPaidOrders
- if true only paid orders, otherwise only unpaid orders will be considered
- sortExpression
- Sort expression to use for sorting the loaded objects
Return Value
A List of PurchaseSummary objects