Click or drag to resize
SKUInfoProviderGetWishlistProducts Method
Returns dataset with the products from specified user's wishlist.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<SKUInfo> GetWishlistProducts(
	int userId,
	int siteId
)

Parameters

userId
Type: SystemInt32
ID of the user the wishlist belongs to
siteId
Type: SystemInt32
Site ID

Return Value

Type: ObjectQuerySKUInfo
See Also