BundleInfoProviderGet Method (Int32, Int32) |
Gets an instance of the
BundleInfo binding structure.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax public virtual BundleInfo Get(
int bundleId,
int skuId
)
Parameters
- bundleId
- Type: SystemInt32
Bundle ID. - skuId
- Type: SystemInt32
Product ID.
Return Value
Type:
BundleInfoReturns an instance of
BundleInfo corresponding to given identifiers or null.
Implements
IBundleInfoProviderGet(Int32, Int32)See Also