SKUInfoProviderGetRelatedProductsByBuyInternal Method |
Returns query for products which were bought together with specified product.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax protected virtual ObjectQuery<SKUInfo> GetRelatedProductsByBuyInternal(
int skuId,
int siteId
)
Parameters
- skuId
- Type: SystemInt32
Product ID - siteId
- Type: SystemInt32
Site ID
Return Value
Type:
ObjectQuerySKUInfoSee Also