Click or drag to resize

ProductRelatedDelete Method (IEnumerableProduct, Boolean)

Note: This API is now obsolete.

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

Parameters

products
Type: System.Collections.GenericIEnumerableProduct
run
Type: SystemBoolean

Return Value

Type: CommandBuilder
See Also