Notification

Notification class

The base class for all notifications to the index. This class also contains methods for creating notification objects.

public abstract class Notification

Methods

Name Description
static CreateRenameNotification(string, string) Creates a notification object to rename an indexed document that has been renamed and does not need to be reindexed. The renamed document will not be reindexed during the next update operation, even if its contents have been changed.

Remarks

Learn more

See Also