ProductHelper AllowOptionsInternal Method Kentico 8.1 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.1.5347.20411)

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