| StrandsProductsProviderGetItemsIDsFromRecentOrder Method  | 
            Gets all products from current customer/user most recent order and finds corresponding nodes.
            
 
Namespace: CMS.StrandsRecommenderAssembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 12.0.0
Syntaxpublic static IEnumerable<string> GetItemsIDsFromRecentOrder()
Return Value
Type: 
IEnumerableStringCollection containing all node IDs representing current customer/user most recent order
See Also