Search Results for

    Show / Hide Table of Contents
    View Source

    Class LanguageIndexingNotificationHandler

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

    Constructors

    View Source

    LanguageIndexingNotificationHandler(IUmbracoIndexingHandler, IIndexRebuilder)

    Declaration
    public LanguageIndexingNotificationHandler(IUmbracoIndexingHandler umbracoIndexingHandler, IIndexRebuilder indexRebuilder)
    Parameters
    Type Name Description
    IUmbracoIndexingHandler umbracoIndexingHandler
    IIndexRebuilder indexRebuilder

    Methods

    View Source

    Handle(LanguageCacheRefresherNotification)

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