Class ContentTypeIndexingNotificationHandler
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.Search
Assembly: Umbraco.Infrastructure.dll
Syntax
public sealed class ContentTypeIndexingNotificationHandler : INotificationHandler<ContentTypeCacheRefresherNotification>, INotificationHandler
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 |
---|---|---|
IUmbraco |
umbracoIndexingHandler | |
IContent |
contentService | |
IMember |
memberService | |
IMedia |
mediaService | |
IMember |
memberTypeService |
Methods
View SourceHandle(ContentTypeCacheRefresherNotification)
Updates indexes based on content type changes
Declaration
public void Handle(ContentTypeCacheRefresherNotification args)
Parameters
Type | Name | Description |
---|---|---|
Content |
args |