Click or drag to resize
BundleInfoProviderAdd Method
Creates BundleInfo binding.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
public virtual void Add(
	int bundleId,
	int skuId
)

Parameters

bundleId
Type: SystemInt32
Bundle ID.
skuId
Type: SystemInt32
Product ID.

Implements

IBundleInfoProviderAdd(Int32, Int32)
See Also