Table of Contents

Class RepositoryNotification.Index.IndexBuildFinishedArgs

Namespace
Dynamicweb.Notifications
Assembly
Dynamicweb.dll
Provides the information about the finished index build
public class RepositoryNotification.Index.IndexBuildFinishedArgs : NotificationArgs
Inheritance
RepositoryNotification.Index.IndexBuildFinishedArgs
Inherited Members

Constructors

IndexBuildFinishedArgs(Tracker, IIndexBuilderNotification)

Initializes a new instance of an object.
public IndexBuildFinishedArgs(Tracker tracker, IIndexBuilderNotification notificationSettings)

Parameters

tracker Tracker
Build tracker.
notificationSettings IIndexBuilderNotification
Build notification settings.

Remarks

Must be public due to calls from other project

Properties

NotificationSettings

Gets the build notification settings
public IIndexBuilderNotification NotificationSettings { get; }

Property Value

IIndexBuilderNotification

Tracker

Gets the build tracker
public Tracker Tracker { get; }

Property Value

Tracker
To top