Click or drag to resize
VariantOptionInfoProviderDeleteVariantOptionInfoInternal Method
Deletes relationship between specified product variant and option.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteVariantOptionInfoInternal(
	VariantOptionInfo infoObj
)

Parameters

infoObj
Type: CMS.EcommerceVariantOptionInfo
Product-option relationship to be deleted.
See Also