| AssortmentServiceDeleteAssortmentItems Method (AssortmentRelation) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.Assortments
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Don't use it. Items can't be deleted by assortment relations. Call BuildAssortment instead")]
public void DeleteAssortmentItems(
AssortmentRelation assortmentRelation
)
<ObsoleteAttribute("Don't use it. Items can't be deleted by assortment relations. Call BuildAssortment instead")>
Public Sub DeleteAssortmentItems (
assortmentRelation As AssortmentRelation
)
Parameters
- assortmentRelation
- Type: Dynamicweb.Ecommerce.AssortmentsAssortmentRelation
See Also