Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentTypeIndexingNotificationHandler

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Search
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public sealed class ContentTypeIndexingNotificationHandler : INotificationHandler<ContentTypeCacheRefresherNotification>, INotificationHandler

    Constructors

    View Source

    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

    View Source

    Handle(ContentTypeCacheRefresherNotification)

    Updates indexes based on content type changes

    Declaration
    public void Handle(ContentTypeCacheRefresherNotification args)
    Parameters
    Type Name Description
    ContentTypeCacheRefresherNotification args
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ContentTypeIndexingNotificationHandler(IUmbracoIndexingHandler, IContentService, IMemberService, IMediaService, IMemberTypeService)
    • Methods
      • Handle(ContentTypeCacheRefresherNotification)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX