Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / BasketShipment Class / IsShipMethodApplicable Method
The ship method to check
In This Topic
    IsShipMethodApplicable Method
    In This Topic
    Indicates whether the given shipmethod is applicable on this BasketShipment or not
    Syntax
    public virtual bool IsShipMethodApplicable( 
       ShipMethod shipMeth
    )

    Parameters

    shipMeth
    The ship method to check

    Return Value

    true if ship method is applicable, false otherwise
    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