Click or drag to resize
SKUOptionCategoryInfoProviderRemove Method
Deletes SKUOptionCategoryInfo binding.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
public virtual void Remove(
	int optionCategoryId,
	int skuId
)

Parameters

optionCategoryId
Type: SystemInt32
Option category ID.
skuId
Type: SystemInt32
Product ID.

Implements

ISKUOptionCategoryInfoProviderRemove(Int32, Int32)
See Also