IWishlistItemInfoProviderGet Method (Int32, Int32, Int32) |
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax WishlistItemInfo Get(
int userId,
int skuId,
int siteId
)
Parameters
- userId
- Type: SystemInt32
User ID. - skuId
- Type: SystemInt32
Product ID. - siteId
- Type: SystemInt32
Site ID.
Return Value
Type:
WishlistItemInfoReturns an instance of
WishlistItemInfo corresponding to given identifiers or null.
See Also