Click or drag to resize
ShippingOptionInfoProviderGetShippingOptionInfoInternal Method (String, String)
Returns shipping option with specified name.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
protected virtual ShippingOptionInfo GetShippingOptionInfoInternal(
	string optionName,
	string siteName
)

Parameters

optionName
Type: SystemString
Shipping option name
siteName
Type: SystemString
Site name

Return Value

Type: ShippingOptionInfo
See Also