Click or drag to resize

ProductItemDelete Method (IEnumerableGroup)

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
)

Parameters

groups
Type: System.Collections.GenericIEnumerableGroup

Return Value

Type: CommandBuilder
See Also