Click or drag to resize
CarrierInfoProviderDeleteCarrierInfo Method (Int32)
Deletes CarrierInfo with specified ID.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static void DeleteCarrierInfo(
	int id
)

Parameters

id
Type: SystemInt32
CarrierInfo ID
See Also