ProductHelperRemoveOptionsInternal Method |
Remove product options from option category from product.
Individual options are checked whether they belong to given category.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax protected virtual void RemoveOptionsInternal(
int skuId,
int optionCategoryId,
IEnumerable<int> optionIds
)
Parameters
- skuId
- Type: SystemInt32
ID of the product to allow options for. - optionCategoryId
- Type: SystemInt32
ID of the option category to allow options from. - optionIds
- Type: System.Collections.GenericIEnumerableInt32
SKUIDs of product options from option category to be allowed.
See Also