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