Click or drag to resize

DetailService.Delete 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: System.String
detailLanguageId
Type: System.String
detailProductId
Type: System.String
detailVariantId
Type: System.String
See Also