Click or drag to resize
SKUInfoProviderGetBundleItemsInternal 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#
protected virtual ObjectQuery<SKUInfo> GetBundleItemsInternal(
	int bundleId
)

Parameters

bundleId
Type: SystemInt32
Bundle SKU ID

Return Value

Type: ObjectQuerySKUInfo
See Also