BundleInfoProviderGetBundleInfoInternal Method |
Note: This API is now obsolete.
Returns relationship between specified bundle and SKU.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax [ObsoleteAttribute("Use Get(int, int) instead.")]
protected virtual BundleInfo GetBundleInfoInternal(
int bundleId,
int skuId
)
Parameters
- bundleId
- Type: SystemInt32
Bundle ID. - skuId
- Type: SystemInt32
SKU ID.
Return Value
Type:
BundleInfoSee Also