Table of Contents

Interface IIndexBuilderNotification

Namespace
Dynamicweb.Indexing
Assembly
Dynamicweb.Indexing.dll
Defines Index builder notification
public interface IIndexBuilderNotification

Properties

NotificationType

Notification type
IndexBuilderNotificationType NotificationType { get; set; }

Property Value

IndexBuilderNotificationType

Recipients

List of notification recipients
IEnumerable<string> Recipients { get; set; }

Property Value

IEnumerable<string>

SenderEmail

Notification sender email
string SenderEmail { get; set; }

Property Value

string

SenderName

Notification sender name
string SenderName { get; set; }

Property Value

string

SendLog

Send log file in the notification
bool SendLog { get; set; }

Property Value

bool

Subject

Notification subject
string Subject { get; set; }

Property Value

string

Template

Notification template
string Template { get; set; }

Property Value

string
To top