Click or drag to resize
SKUAllowedOptionInfoProviderRemove Method
Deletes SKUAllowedOptionInfo binding.

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

Parameters

skuId
Type: SystemInt32
Product ID.
skuOptionId
Type: SystemInt32
Product option ID.

Implements

ISKUAllowedOptionInfoProviderRemove(Int32, Int32)
See Also