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

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public static void DeleteVariantOptionInfo(
	VariantOptionInfo infoObj
)

Parameters

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