Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / BasketShipment Class / Items Property
In This Topic
    Items Property (BasketShipment)
    In This Topic
    Gets the basket items attached to this shipment.
    Syntax
    public virtual IList<BasketItem> Items {get;}
    Remarks
    The returned collection is created every time this property is accessed. If you need to refer to the collection repeatedly, store the return value in a local variable for best performance.
    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