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