SKUInfoProvider GetSKUOptionsForProduct Method Kentico 8.0 API Reference
Returns query for all product options from specified product option category allowed for product specified by skuId parameter.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

skuId
Type: OnlineSystem Int32
ID of the SKU for which options are to be obtained
categoryId
Type: OnlineSystem Int32
Product option category ID
onlyEnabled
Type: OnlineSystem Boolean
Indicates if only enabled product options should be selected

Return Value

Type: ObjectQuery SKUInfo 
See Also