[DataObjectMethod(DataObjectMethodType.Select)] public static IList<BasketSummary> GetDailyAbandonedBaskets( int year, int month, int day, int maximumRows, int startRowIndex )
Parameters
- year
- The year to consider
- month
- The month to consider
- day
- The day to consider
- maximumRows
- Maximum number of rows to return
- startRowIndex
- Start row index
Return Value
A list of AbandonedBasketSummary objects