Click or drag to resize
SKUInfoProviderGetBundleItems Method
Returns query for all bundle items for specified bundle SKU ID.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<SKUInfo> GetBundleItems(
	int bundleId
)

Parameters

bundleId
Type: SystemInt32
Bundle SKU ID

Return Value

Type: ObjectQuerySKUInfo
See Also