Search Results for

    Show / Hide Table of Contents
    View Source

    Class MediaIndexingNotificationHandler

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

    Constructors

    View Source

    MediaIndexingNotificationHandler(IUmbracoIndexingHandler, IMediaService)

    Declaration
    public MediaIndexingNotificationHandler(IUmbracoIndexingHandler umbracoIndexingHandler, IMediaService mediaService)
    Parameters
    Type Name Description
    IUmbracoIndexingHandler umbracoIndexingHandler
    IMediaService mediaService

    Methods

    View Source

    Handle(MediaCacheRefresherNotification)

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