Click or drag to resize
ISKUOptionCategoryInfoProviderGetAsync Method (Int32, Int32, NullableCancellationToken)
Asynchronously gets an instance of the SKUOptionCategoryInfo binding structure.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
Task<SKUOptionCategoryInfo> GetAsync(
	int optionCategoryId,
	int skuId,
	Nullable<CancellationToken> cancellationToken = null
)

Parameters

optionCategoryId
Type: SystemInt32
Option category ID.
skuId
Type: SystemInt32
Product ID.
cancellationToken (Optional)
Type: SystemNullableCancellationToken
The cancellation instruction.

Return Value

Type: TaskSKUOptionCategoryInfo
Returns a task returning either an instance of SKUOptionCategoryInfo corresponding to given identifiers or null.
See Also