Click or drag to resize

IeCommerceServiceRecommendedItemsGetByUserId Method

Not used anymore, support for older system

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: LS Omni 3.7.0
Syntax
C#
List<RecommendedItem> RecommendedItemsGetByUserId(
	string userId,
	List<LoyItem> items,
	int maxNumberOfItems
)

Parameters

userId
Type: SystemString
items
Type: System.Collections.GenericListLoyItem
maxNumberOfItems
Type: SystemInt32

Return Value

Type: ListRecommendedItem
See Also