Click or drag to resize
DefaultCarrierProviderGetServices Method
Returns list of service names and their display names.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public List<KeyValuePair<string, string>> GetServices()

Return Value

Type: ListKeyValuePairString, String

Implements

ICarrierProviderGetServices
See Also