Click or drag to resize
IBundleInfoProviderGetAsync Method
Asynchronously gets an instance of the BundleInfo binding structure.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
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: TaskBundleInfo
Returns a task returning either an instance of BundleInfo corresponding to given identifiers or null.
See Also