Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Reporting Namespace / ReportDataSource Class / GetDailyAbandonedBaskets Method / GetDailyAbandonedBaskets(Int32,Int32,Int32,String) Method
The year to consider
The month to consider
The day to consider
Sort Expression
In This Topic
    GetDailyAbandonedBaskets(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,
       string sortExpression
    )

    Parameters

    year
    The year to consider
    month
    The month to consider
    day
    The day to consider
    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