Enum ProductEmailNotificationSendRuleType
- Namespace
- Dynamicweb.Ecommerce.Products.EmailNotifications
- Assembly
- Dynamicweb.Ecommerce.dll
Enumerates rules when to send an email notification
public enum ProductEmailNotificationSendRuleType
Fields
AlwaysSend = 0Always sends email notification
SendIfQueryResultHasMoreThanThresholdItemCount = 2Only sends notification when related query result contain more then QueryResultMaxItemCount
SendIfQueryResultIsNotEmpty = 1Only sends notification when related query gives some results