| AssortmentItemDelete 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("Use Services.Assortments.DeleteAssortmentItems instead.")]
public static void Delete(
AssortmentRelation assortmentRelation
)
<ObsoleteAttribute("Use Services.Assortments.DeleteAssortmentItems instead.")>
Public Shared Sub Delete (
assortmentRelation As AssortmentRelation
)
Parameters
- assortmentRelation
- Type: Dynamicweb.Ecommerce.AssortmentsAssortmentRelation
See Also