Table of Contents

Enum ProductEmailNotificationSendRuleType

Namespace
Dynamicweb.Ecommerce.Products.EmailNotifications
Assembly
Dynamicweb.Ecommerce.dll

Enumerates rules when to send an email notification

public enum ProductEmailNotificationSendRuleType

Fields

AlwaysSend = 0

Always sends email notification

SendIfQueryResultHasMoreThanThresholdItemCount = 2

Only sends notification when related query result contain more then QueryResultMaxItemCount

SendIfQueryResultIsNotEmpty = 1

Only sends notification when related query gives some results

To top