CarrierInfoProviderGetCarriersInternal Method |
Returns a query for all the CarrierInfo objects of a specified site.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax protected virtual ObjectQuery<CarrierInfo> GetCarriersInternal(
int siteId
)
Parameters
- siteId
- Type: SystemInt32
Site ID
Return Value
Type:
ObjectQueryCarrierInfoSee Also