ProductHelper AllowOptionsInternal Method Kentico 8.0 API Reference
Allows product options from option category to product. Individual options are checked whether they belong to given category.

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 product to allow options for.
optionCategoryId
Type: OnlineSystem Int32
ID of the option category to allow options from.
optionIds
Type: OnlineSystem.Collections.Generic IEnumerable OnlineInt32 
SKUIDs of product options from option category to be allowed.
See Also