Click or drag to resize
SKUInfoProviderGetRelatedProductsByBuyInternal Method
Returns query for products which were bought together with specified product.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual ObjectQuery<SKUInfo> GetRelatedProductsByBuyInternal(
	int skuId,
	int siteId
)

Parameters

skuId
Type: SystemInt32
Product ID
siteId
Type: SystemInt32
Site ID

Return Value

Type: ObjectQuerySKUInfo
See Also