Click or drag to resize
StrandsEventsMemoryIsItemsPurchasedEventPending Method
Checks if item purchased event should be rendered. This method returns true only once and after that assumes that event has been rendered.

Namespace: CMS.StrandsRecommender.Internal
Assembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 12.0.0
Syntax
C#
public static bool IsItemsPurchasedEventPending(
	out int lastOrderID
)

Parameters

lastOrderID
Type: SystemInt32
Output parameter which will be set to the value passed to the RememberItemsPurchasedEvent(Int32) method when storing information about pending event

Return Value

Type: Boolean
True if cart update event should be rendered
See Also