Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / WishlistItemRepository Class / DeleteForProduct Method
Id of the product for which to delete all WishlistItem objects
In This Topic
    DeleteForProduct Method (WishlistItemRepository)
    In This Topic
    Delets all WishlistItem objects from database for given product Id
    Syntax
    public void DeleteForProduct( 
       int productId
    )

    Parameters

    productId
    Id of the product for which to delete all WishlistItem objects
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also