Click or drag to resize

AssortmentItemDelete Method (String, 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(
	string relationType,
	int relationAutoID
)

Parameters

relationType
Type: SystemString
relationAutoID
Type: SystemInt32
See Also