| ShippingGetShippingMethods Method (Boolean) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.Orders
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use Services.Shippings.GetShippings(String) or Services.Shippings.GetShippingsWithoutRegions(String) instead.")]
public static ShippingCollection GetShippingMethods(
bool joinCountryRelations
)
<ObsoleteAttribute("Use Services.Shippings.GetShippings(String) or Services.Shippings.GetShippingsWithoutRegions(String) instead.")>
Public Shared Function GetShippingMethods (
joinCountryRelations As Boolean
) As ShippingCollection
Parameters
- joinCountryRelations
- Type: SystemBoolean
Return Value
Type:
ShippingCollectionSee Also