Click or drag to resize
ShippingCostInfoProviderGetShippingCostInfoInternal Method (Int32)
Returns shipping cost with specified ID.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual ShippingCostInfo GetShippingCostInfoInternal(
	int shippingCostId
)

Parameters

shippingCostId
Type: SystemInt32
Shipping cost ID

Return Value

Type: ShippingCostInfo
See Also