Interface IIndexBuilderNotification
- Namespace
- Dynamicweb.Indexing
- Assembly
- Dynamicweb.Core.dll
Defines Index builder notification
public interface IIndexBuilderNotification
Properties
NotificationType
Notification type
IndexBuilderNotificationType NotificationType { get; set; }
Property Value
Recipients
List of notification recipients
IEnumerable<string> Recipients { get; set; }
Property Value
SendLog
Send log file in the notification
bool SendLog { get; set; }
Property Value
SenderEmail
Notification sender email
string SenderEmail { get; set; }
Property Value
SenderName
Notification sender name
string SenderName { get; set; }
Property Value
Subject
Notification subject
string Subject { get; set; }
Property Value
Template
Notification template
string Template { get; set; }