Click or drag to resize
VariantOptionInfoProviderRemove Method
Deletes VariantOptionInfo binding.

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

Parameters

skuVariantId
Type: SystemInt32
Product variant ID.
skuOptionId
Type: SystemInt32
Product option ID.

Implements

IVariantOptionInfoProviderRemove(Int32, Int32)
See Also