Class ContentTypeIndexingNotificationHandler
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.Search
Assembly: Umbraco.Infrastructure.dll
Syntax
public sealed class ContentTypeIndexingNotificationHandler : INotificationHandler<ContentTypeCacheRefresherNotification>
Constructors
View SourceContentTypeIndexingNotificationHandler(IUmbracoIndexingHandler, IContentService, IMemberService, IMediaService, IMemberTypeService)
Declaration
public ContentTypeIndexingNotificationHandler(IUmbracoIndexingHandler umbracoIndexingHandler, IContentService contentService, IMemberService memberService, IMediaService mediaService, IMemberTypeService memberTypeService)
Parameters
Type | Name | Description |
---|---|---|
IUmbracoIndexingHandler | umbracoIndexingHandler | |
IContentService | contentService | |
IMemberService | memberService | |
IMediaService | mediaService | |
IMemberTypeService | memberTypeService |
Methods
View SourceHandle(ContentTypeCacheRefresherNotification)
Updates indexes based on content type changes
Declaration
public void Handle(ContentTypeCacheRefresherNotification args)
Parameters
Type | Name | Description |
---|---|---|
ContentTypeCacheRefresherNotification | args |