Click or drag to resize
StrandsEventsMemoryIsCartUpdateEventPending Method
Checks if cart update 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: 11.0.0
Syntax
C#
public static bool IsCartUpdateEventPending()

Return Value

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