Click or drag to resize

ProductGroupRelationDelete Method (IEnumerableProduct, Group, 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.ProductGroups.DeleteRelations' instead")]
public CommandBuilder Delete(
	IEnumerable<Product> products,
	Group group,
	bool run
)

Parameters

products
Type: System.Collections.GenericIEnumerableProduct
group
Type: Dynamicweb.Ecommerce.ProductsGroup
run
Type: SystemBoolean

Return Value

Type: CommandBuilder
See Also