Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Shipping Namespace / IShipGatewayRepository Interface / GetShipGatewayIdByClassId Method
class Id of a ship gateway implementation
In This Topic
    GetShipGatewayIdByClassId Method (IShipGatewayRepository)
    In This Topic
    Given the class Id of a ship gateway implementation, finds out the object Id of the corresponding record in database.
    Syntax
    int GetShipGatewayIdByClassId( 
       string classId
    )

    Parameters

    classId
    class Id of a ship gateway implementation

    Return Value

    Object Id of the corresponding record in database
    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