| AssortmentProductRelationDelete Method (Assortment, Product) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.Assortments
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use Services.Assortments.DeleteProductAssortmentRelations instead.")]
public static void Delete(
Assortment assortment,
Product product
)
<ObsoleteAttribute("Use Services.Assortments.DeleteProductAssortmentRelations instead.")>
Public Shared Sub Delete (
assortment As Assortment,
product As Product
)
Parameters
- assortment
- Type: Dynamicweb.Ecommerce.AssortmentsAssortment
- product
- Type: Dynamicweb.Ecommerce.ProductsProduct
See Also