| ProductHelperRemoveAllowedOptionsInternal Method | 
            Removes all allowed options from given option category from given product.
            
 
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
 Syntax
Syntaxprotected 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
See Also