Class ContentTypeIndexingNotificationHandler
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.Search
Assembly: cs.temp.dll.dll
Syntax
public sealed class ContentTypeIndexingNotificationHandler : INotificationHandler<ContentTypeCacheRefresherNotification>
Constructors
ContentTypeIndexingNotificationHandler(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
Handle(ContentTypeCacheRefresherNotification)
Updates indexes based on content type changes
Declaration
public void Handle(ContentTypeCacheRefresherNotification args)
Parameters
| Type | Name | Description |
|---|---|---|
| ContentTypeCacheRefresherNotification | args |