Click or drag to resize
BundleInfoProvider.GetBundleInfo Method
Returns relationship between specified bundle and SKU.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static BundleInfo GetBundleInfo(
	int bundleId,
	int skuId
)

Parameters

bundleId
Type: System.Int32
Bundle ID.
skuId
Type: System.Int32
SKU ID.

Return Value

Type: BundleInfo
See Also