Click or drag to resize
WishlistItemInfoProviderSetWishlistItemInfoInternal Method
Sets specified wishlist item.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetWishlistItemInfoInternal(
	WishlistItemInfo infoObj
)

Parameters

infoObj
Type: CMS.EcommerceWishlistItemInfo
Wishlist item to be set
See Also