Click or drag to resize
VariantHelperDeleteVariant Method (ProductVariant)
Deletes the specified variant.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public static void DeleteVariant(
	ProductVariant variant
)

Parameters

variant
Type: CMS.EcommerceProductVariant
The variant.
See Also