Class ContentIndexingNotificationHandler
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.Search
Assembly: Umbraco.Infrastructure.dll
Syntax
public sealed class ContentIndexingNotificationHandler : INotificationHandler<ContentCacheRefresherNotification>
Constructors
View SourceContentIndexingNotificationHandler(IUmbracoIndexingHandler, IContentService)
Declaration
public ContentIndexingNotificationHandler(IUmbracoIndexingHandler umbracoIndexingHandler, IContentService contentService)
Parameters
Type | Name | Description |
---|---|---|
IUmbracoIndexingHandler | umbracoIndexingHandler | |
IContentService | contentService |
Methods
View SourceHandle(ContentCacheRefresherNotification)
Updates indexes based on content changes
Declaration
public void Handle(ContentCacheRefresherNotification args)
Parameters
Type | Name | Description |
---|---|---|
ContentCacheRefresherNotification | args |