Click or drag to resize

DetailServiceDelete Method (String, String, String, String)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use Delete(detailId As String) instead")]
public void Delete(
	string detailId,
	string detailLanguageId,
	string detailProductId,
	string detailVariantId
)

Parameters

detailId
Type: SystemString
detailLanguageId
Type: SystemString
detailProductId
Type: SystemString
detailVariantId
Type: SystemString
See Also