Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / BasketShipment Class / GetItems Method / GetItems(Basket) Method
The basket object
In This Topic
    GetItems(Basket) Method
    In This Topic
    Gets a collection of basket items in this basket shipment from the given basket
    Syntax
    public virtual IList<BasketItem> GetItems( 
       Basket basket
    )

    Parameters

    basket
    The basket object

    Return Value

    A collection of basket items in this basket shipment
    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