Allows product options from option category to product.
Individual options are checked whether they belong to given category.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- skuId
- Type: System Int32
ID of the product to allow options for.
- optionCategoryId
- Type: System Int32
ID of the option category to allow options from.
- optionIds
- Type: System.Collections.Generic IEnumerable Int32
SKUIDs of product options from option category to be allowed.
See Also