| AssortmentItemDelete Method (AssortmentRelationType, Int32) |
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(
AssortmentRelationType relationType,
int relationAutoID
)
<ObsoleteAttribute("Use Services.Assortments.DeleteAssortmentItems instead.")>
Public Shared Sub Delete (
relationType As AssortmentRelationType,
relationAutoID As Integer
)
Parameters
- relationType
- Type: Dynamicweb.Ecommerce.AssortmentsAssortmentRelationType
- relationAutoID
- Type: SystemInt32
See Also