Click or drag to resize
CarrierInfoProvider.GetCarriers Method
Returns a query for all the CarrierInfo objects.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public static ObjectQuery<CarrierInfo> GetCarriers()

Return Value

Type: ObjectQuery<CarrierInfo>
See Also