Search Results for

    Show / Hide Table of Contents

    Class MediaIndexingNotificationHandler

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

    Constructors

    MediaIndexingNotificationHandler(IUmbracoIndexingHandler, IMediaService)

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

    Methods

    Handle(MediaCacheRefresherNotification)

    Declaration
    public void Handle(MediaCacheRefresherNotification args)
    Parameters
    Type Name Description
    MediaCacheRefresherNotification args
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX