View Source
Class ContentIndexingNotificationHandler
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public sealed class ContentIndexingNotificationHandler : INotificationHandler<ContentCacheRefresherNotification>, INotificationHandler<PublicAccessCacheRefresherNotification>, INotificationHandler
Constructors
View Source
ContentIndexingNotificationHandler(IUmbracoIndexingHandler, IContentService)
Declaration
public ContentIndexingNotificationHandler(IUmbracoIndexingHandler umbracoIndexingHandler, IContentService contentService)
Parameters
Methods
View Source
Handle(ContentCacheRefresherNotification)
Updates indexes based on content changes
Declaration
public void Handle(ContentCacheRefresherNotification args)
Parameters
View Source
Handle(PublicAccessCacheRefresherNotification)
Declaration
public void Handle(PublicAccessCacheRefresherNotification notification)
Parameters