Click or drag to resize
CarrierInfoProvider.GetCarriersInternal 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: 10.0.0
Syntax
C#
protected virtual ObjectQuery<CarrierInfo> GetCarriersInternal(
	int siteId
)

Parameters

siteId
Type: System.Int32
Site ID

Return Value

Type: ObjectQuery<CarrierInfo>
See Also