IBundleInfoProviderGetAsync Method |
Asynchronously gets an instance of the
BundleInfo binding structure.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax Task<BundleInfo> GetAsync(
int bundleId,
int skuId,
Nullable<CancellationToken> cancellationToken = null
)
Parameters
- bundleId
- Type: SystemInt32
Bundle ID. - skuId
- Type: SystemInt32
Product ID. - cancellationToken (Optional)
- Type: SystemNullableCancellationToken
The cancellation instruction.
Return Value
Type:
TaskBundleInfoReturns a task returning either an instance of
BundleInfo corresponding to given identifiers or null.
See Also