Table of Contents

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

IndexBuilderNotificationType

Recipients

List of notification recipients

IEnumerable<string> Recipients { get; set; }

Property Value

IEnumerable<string>

SendLog

Send log file in the notification

bool SendLog { get; set; }

Property Value

bool

SenderEmail

Notification sender email

string SenderEmail { get; set; }

Property Value

string

SenderName

Notification sender name

string SenderName { get; set; }

Property Value

string

Subject

Notification subject

string Subject { get; set; }

Property Value

string

Template

Notification template

string Template { get; set; }

Property Value

string
To top