Click or drag to resize

DetailDelete 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 DetailService.Delete instead.")]
public void Delete(
	string detailId,
	string detailLanguageId,
	string detailProductId,
	string detailVariantId = ""
)

Parameters

detailId
Type: SystemString
detailLanguageId
Type: SystemString
detailProductId
Type: SystemString
detailVariantId (Optional)
Type: SystemString
See Also