Click or drag to resize

PriceDelete Method (ProductCollection, Boolean)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Ecommerce.Prices
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use CommandBuilder Delete(IEnumerable<Product> products, bool run) method instead.")]
public string Delete(
	ProductCollection products,
	bool run
)

Parameters

products
Type: Dynamicweb.Ecommerce.ProductsProductCollection
run
Type: SystemBoolean

Return Value

Type: String
See Also