Click or drag to resize

ProductItemDelete Method (IEnumerableGroup, 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 ProductItem.DeleteItemsByGroups instead.")]
public CommandBuilder Delete(
	IEnumerable<Group> groups,
	bool run
)

Parameters

groups
Type: System.Collections.GenericIEnumerableGroup
run
Type: SystemBoolean

Return Value

Type: CommandBuilder
See Also