ProductHelper RemoveOptionCategory Method Kentico 8.1 API Reference
Removes option category from product. Allowed options are removed too.

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 remove option category from.
optionCategoryId
Type: OnlineSystem Int32
ID of the option category to be removed.
See Also