| VariantGroupServiceDeleteProductRelation Method (ProductCollection) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.Variants
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use DeleteProductRelations(IEnumerable(Of Product)) instead. Services should never return database related values.")]
public CommandBuilder DeleteProductRelation(
ProductCollection products
)
<ObsoleteAttribute("Use DeleteProductRelations(IEnumerable(Of Product)) instead. Services should never return database related values.")>
Public Function DeleteProductRelation (
products As ProductCollection
) As CommandBuilder
Parameters
- products
- Type: Dynamicweb.Ecommerce.ProductsProductCollection
Return Value
Type:
CommandBuilderSee Also