Click or drag to resize
BundleInfoProvider.RemoveSKUFromBundle Method
Deletes relationship between specified bundle and SKU.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public static void RemoveSKUFromBundle(
	int bundleId,
	int skuId
)

Parameters

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