Click or drag to resize
CarrierInfoProviderGetCarriersInternal 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#
protected virtual ObjectQuery<CarrierInfo> GetCarriersInternal(
	int siteId
)

Parameters

siteId
Type: SystemInt32
Site ID

Return Value

Type: ObjectQueryCarrierInfo
See Also