Click or drag to resize

IndexBuilderNotification Class

The Class IndexBuilderNotification represents index builder notification
Inheritance Hierarchy
SystemObject
  Dynamicweb.Indexing.Builders.NotificationsIndexBuilderNotification

Namespace:  Dynamicweb.Indexing.Builders.Notifications
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public class IndexBuilderNotification : IIndexBuilderNotification

The IndexBuilderNotification type exposes the following members.

Constructors
  NameDescription
Public methodIndexBuilderNotification
Initializes a new instance of the IndexBuilderNotification class.
Public methodIndexBuilderNotification(JObject)
Initializes a new instance of the IndexBuilderNotification class.
Public methodIndexBuilderNotification(XElement)
Initializes a new instance of the IndexBuilderNotification class.
Top
Properties
  NameDescription
Public propertyNotificationType
Notification type
Public propertyRecipients
List of notification recipients
Public propertySenderEmail
Notification sender email
Public propertySenderName
Notification sender name
Public propertySendLog
Send log file in the notification
Public propertySubject
Notification subject
Public propertyTemplate
Notification template
Top
See Also