Click or drag to resize
CarrierInfoProviderSetCarrierInfo Method
Sets (updates or inserts) specified CarrierInfo.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static void SetCarrierInfo(
	CarrierInfo infoObj
)

Parameters

infoObj
Type: CMS.EcommerceCarrierInfo
CarrierInfo to be set
See Also