Click or drag to resize
VariantOptionInfoProviderDeleteVariantOptionInfo 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#
public static void DeleteVariantOptionInfo(
	VariantOptionInfo infoObj
)

Parameters

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