Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Shipping.Providers Namespace / PackageManager Class / GetPackages Method
A colletion of basket items in the order
In This Topic
    GetPackages Method
    In This Topic
    Gets a list of packages for the given basket items.
    Syntax
    public static Package[] GetPackages( 
       IList<BasketItem> contents
    )

    Parameters

    contents
    A colletion of basket items in the order

    Return Value

    An array of Package objects for the given items; or null if no packages are available.
    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