| ProductItemDelete Method (ProductCollection) |
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.DeleteItemsByProducts instead.")]
public string Delete(
ProductCollection productCollection
)
<ObsoleteAttribute("Use ProductItem.DeleteItemsByProducts instead.")>
Public Function Delete (
productCollection As ProductCollection
) As String
Parameters
- productCollection
- Type: Dynamicweb.Ecommerce.ProductsProductCollection
Return Value
Type:
StringSee Also