Click or drag to resize

AssortmentItemDelete Method (String, String)

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.DeleteAssortmentItems instead.")]
public static void Delete(
	string assortmentID,
	string languageID
)

Parameters

assortmentID
Type: SystemString
languageID
Type: SystemString
See Also