Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentIndexingNotificationHandler

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

    Constructors

    View Source

    ContentIndexingNotificationHandler(IUmbracoIndexingHandler, IContentService)

    Declaration
    public ContentIndexingNotificationHandler(IUmbracoIndexingHandler umbracoIndexingHandler, IContentService contentService)
    Parameters
    Type Name Description
    IUmbracoIndexingHandler umbracoIndexingHandler
    IContentService contentService

    Methods

    View Source

    Handle(ContentCacheRefresherNotification)

    Updates indexes based on content changes

    Declaration
    public void Handle(ContentCacheRefresherNotification args)
    Parameters
    Type Name Description
    ContentCacheRefresherNotification args
    View Source

    Handle(PublicAccessCacheRefresherNotification)

    Declaration
    public void Handle(PublicAccessCacheRefresherNotification notification)
    Parameters
    Type Name Description
    PublicAccessCacheRefresherNotification notification
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ContentIndexingNotificationHandler(IUmbracoIndexingHandler, IContentService)
    • Methods
      • Handle(ContentCacheRefresherNotification)
      • Handle(PublicAccessCacheRefresherNotification)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX