Click or drag to resize
WishlistItemInfoProviderDeleteInfo Method
Deletes the object to the database.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
protected override void DeleteInfo(
	WishlistItemInfo info
)

Parameters

info
Type: CMS.EcommerceWishlistItemInfo
Object to delete
See Also