Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Shipping Namespace / ShipGateway Class / ShipGateway Constructor / ShipGateway Constructor(Store,String,String,Boolean,Boolean)
The value of store
The value of name
The value of classid
The value of recrypt
The value of enabled
In This Topic
    ShipGateway Constructor(Store,String,String,Boolean,Boolean)
    In This Topic
    Initializes a new instance of the ShipGateway class.
    Syntax
    public ShipGateway( 
       Store store,
       string name,
       string classid,
       bool recrypt,
       bool enabled
    )

    Parameters

    store
    The value of store
    name
    The value of name
    classid
    The value of classid
    recrypt
    The value of recrypt
    enabled
    The value of enabled
    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