SKUInfoProviderGetBundleItemsInternal Method |
Returns query for all bundle items for specified bundle SKU ID.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax protected virtual ObjectQuery<SKUInfo> GetBundleItemsInternal(
int bundleId
)
Parameters
- bundleId
- Type: SystemInt32
Bundle SKU ID
Return Value
Type:
ObjectQuerySKUInfoSee Also