Class ProductEmailNotification
- Namespace
- Dynamicweb.Ecommerce.Products.EmailNotifications
- Assembly
- Dynamicweb.Ecommerce.dll
Represents product email notification based on index query
public sealed class ProductEmailNotification
- Inheritance
-
ProductEmailNotification
- Inherited Members
Properties
Created
Gets or sets timestamp of when the notification is created
public DateTime Created { get; }
Property Value
Id
Gets or sets id
public int Id { get; set; }
Property Value
Placeholder1
Gets or sets placeholder
public string? Placeholder1 { get; set; }
Property Value
Placeholder2
Gets or sets placeholder
public string? Placeholder2 { get; set; }
Property Value
Placeholder3
Gets or sets placeholder
public string? Placeholder3 { get; set; }
Property Value
Placeholder4
Gets or sets placeholder
public string? Placeholder4 { get; set; }
Property Value
Placeholder5
Gets or sets placeholder
public string? Placeholder5 { get; set; }
Property Value
QueryId
Gets or sets index query id
public string? QueryId { get; set; }
Property Value
QueryResultMaxItemCount
Gets or sets max query results to be handled during one notification
public int QueryResultMaxItemCount { get; set; }
Property Value
QueryResultThresholdItemCount
Gets or sets amount compared with query results count in order to send notifications
public int QueryResultThresholdItemCount { get; set; }
Property Value
SendRule
Gets or sets ProductEmailNotificationSendRuleType
public ProductEmailNotificationSendRuleType SendRule { get; set; }
Property Value
SentTime
Gets or sets timestamp of when the email notification was sent
public DateTime? SentTime { get; set; }
Property Value
Subject
Gets or sets email subject
public string? Subject { get; set; }
Property Value
Template
Gets or sets email template path
public string? Template { get; set; }
Property Value
Remarks
If not set, system template will be used
Title
Gets or sets title
public string? Title { get; set; }