Click or drag to resize

AssortmentServiceDeleteAssortmentItems Method (IEnumerableAssortmentRelation)

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(
	IEnumerable<AssortmentRelation> assortmentRelations
)

Parameters

assortmentRelations
Type: System.Collections.GenericIEnumerableAssortmentRelation
See Also