Click or drag to resize
ProductHelperRemoveAllowedOptionsInternal Method
Removes all allowed options from given option category from given product.

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

Parameters

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