Click or drag to resize
ProductHelperRemoveOptionCategoryInternal Method
Removes option category from product. Allowed options are removed too.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
protected virtual void RemoveOptionCategoryInternal(
	int skuId,
	int optionCategoryId
)

Parameters

skuId
Type: SystemInt32
ID of the product to remove option category from.
optionCategoryId
Type: SystemInt32
ID of the option category to be removed.
See Also