Click or drag to resize

VariantGroupProductRelationDelete Method (String, String, String)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Ecommerce.Variants
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use VariantGroupService instead.")]
public static void Delete(
	string productId,
	string groupId = "",
	string relationId = ""
)

Parameters

productId
Type: SystemString
groupId (Optional)
Type: SystemString
relationId (Optional)
Type: SystemString
See Also