Click or drag to resize
StrandsProductsProviderGetItemsIDsFromRecentOrder Method
Gets all products from current customer/user most recent order and finds corresponding nodes.

Namespace: CMS.StrandsRecommender
Assembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 8.2.23
Syntax
C#
public static IEnumerable<string> GetItemsIDsFromRecentOrder()

Return Value

Type: IEnumerableString
Collection containing all node IDs representing current customer/user most recent order
See Also