Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Shipping Namespace / IShipZoneRepository Interface / LoadForCountry Method
The country code of the country to load the ship zones for
In This Topic
    LoadForCountry Method (IShipZoneRepository)
    In This Topic
    Loads a collection of ShipZone objects for the given country
    Syntax
    [DataObjectMethod(DataObjectMethodType.Select)]
    IList<ShipZone> LoadForCountry( 
       string countryCode
    )

    Parameters

    countryCode
    The country code of the country to load the ship zones for

    Return Value

    A collection of ShipZone objects for the given country
    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