| 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 = ""
)
<ObsoleteAttribute("Use VariantGroupService instead.")>
Public Shared Sub Delete (
productId As String,
Optional groupId As String = "",
Optional relationId As String = ""
)
Parameters
- productId
- Type: SystemString
- groupId (Optional)
- Type: SystemString
- relationId (Optional)
- Type: SystemString
See Also