Table of Contents

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

DateTime

Id

Gets or sets id

public int Id { get; set; }

Property Value

int

Placeholder1

Gets or sets placeholder

public string? Placeholder1 { get; set; }

Property Value

string

Placeholder2

Gets or sets placeholder

public string? Placeholder2 { get; set; }

Property Value

string

Placeholder3

Gets or sets placeholder

public string? Placeholder3 { get; set; }

Property Value

string

Placeholder4

Gets or sets placeholder

public string? Placeholder4 { get; set; }

Property Value

string

Placeholder5

Gets or sets placeholder

public string? Placeholder5 { get; set; }

Property Value

string

QueryId

Gets or sets index query id

public string? QueryId { get; set; }

Property Value

string

QueryResultMaxItemCount

Gets or sets max query results to be handled during one notification

public int QueryResultMaxItemCount { get; set; }

Property Value

int

QueryResultThresholdItemCount

Gets or sets amount compared with query results count in order to send notifications

public int QueryResultThresholdItemCount { get; set; }

Property Value

int

SendRule

public ProductEmailNotificationSendRuleType SendRule { get; set; }

Property Value

ProductEmailNotificationSendRuleType

SentTime

Gets or sets timestamp of when the email notification was sent

public DateTime? SentTime { get; set; }

Property Value

DateTime?

Subject

Gets or sets email subject

public string? Subject { get; set; }

Property Value

string

Template

Gets or sets email template path

public string? Template { get; set; }

Property Value

string

Remarks

If not set, system template will be used

Title

Gets or sets title

public string? Title { get; set; }

Property Value

string
To top