ShoppingCartInfoProviderGetShoppingCartsInternal Method |
Returns dataset of all shopping carts for specified site matching the specified parameters.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax protected virtual ObjectQuery<ShoppingCartInfo> GetShoppingCartsInternal(
int siteId
)
Parameters
- siteId
- Type: SystemInt32
Site ID
Return Value
Type:
ObjectQueryShoppingCartInfoSee Also