| AssortmentProductRelationDelete Method (ProductCollection) |
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(
ProductCollection products
)
<ObsoleteAttribute("Use Services.Assortments.DeleteProductAssortmentRelations instead.")>
Public Shared Sub Delete (
products As ProductCollection
)
Parameters
- products
- Type: Dynamicweb.Ecommerce.ProductsProductCollection
See Also