Click or drag to resize
CarrierInfoProviderGetCarriers Method (Int32)
Returns a query for all the CarrierInfo objects of a specified site.

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

Parameters

siteId
Type: SystemInt32
Site ID

Return Value

Type: ObjectQueryCarrierInfo
See Also