ISKUAllowedOptionInfoProviderGetAsync Method |
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax Task<SKUAllowedOptionInfo> GetAsync(
int skuId,
int skuOptionId,
Nullable<CancellationToken> cancellationToken = null
)
Parameters
- skuId
- Type: SystemInt32
Product ID. - skuOptionId
- Type: SystemInt32
Product option ID. - cancellationToken (Optional)
- Type: SystemNullableCancellationToken
The cancellation instruction.
Return Value
Type:
TaskSKUAllowedOptionInfoReturns a task returning either an instance of
SKUAllowedOptionInfo corresponding to given identifiers or null.
See Also