Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Reporting Namespace / ReportDataSource Class / GetDailyAbandonedBaskets Method / GetDailyAbandonedBaskets(Int32,Int32,Int32,Int32,Int32,String) Method
The year to consider
The month to consider
The day to consider
Maximum number of rows to return
Start row index
Sort Expression
In This Topic
    GetDailyAbandonedBaskets(Int32,Int32,Int32,Int32,Int32,String) Method
    In This Topic
    Gets abandoned basket summary report for given day
    Syntax
    [DataObjectMethod(DataObjectMethodType.Select)]
    public static IList<BasketSummary> GetDailyAbandonedBaskets( 
       int year,
       int month,
       int day,
       int maximumRows,
       int startRowIndex,
       string sortExpression
    )

    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
    sortExpression
    Sort Expression

    Return Value

    A list of AbandonedBasketSummary objects
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also