Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Shipping Namespace / IShipMethodRepository Interface / LoadForShipMethodName Method
Name of the ship method to load
Version
LoadForShipMethodName Method (IShipMethodRepository)
Loads a ship method for given ship method name
Syntax
ShipMethod LoadForShipMethodName( 
   string shipMethodName
)

Parameters

shipMethodName
Name of the ship method to load

Return Value

The loaded ship method or null if no ship method with given name could be found
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