Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserNotificationsHandler.Notifier

    This class is used to send the notifications

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Events
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class Notifier

    Constructors

    View Source

    Notifier(IBackOfficeSecurityAccessor, IHostingEnvironment, INotificationService, IUserService, ILocalizedTextService, IOptionsMonitor<GlobalSettings>, ILogger<UserNotificationsHandler.Notifier>)

    Initializes a new instance of the UserNotificationsHandler.Notifier class.

    Declaration
    public Notifier(IBackOfficeSecurityAccessor backOfficeSecurityAccessor, IHostingEnvironment hostingEnvironment, INotificationService notificationService, IUserService userService, ILocalizedTextService textService, IOptionsMonitor<GlobalSettings> globalSettings, ILogger<UserNotificationsHandler.Notifier> logger)
    Parameters
    Type Name Description
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor
    IHostingEnvironment hostingEnvironment
    INotificationService notificationService
    IUserService userService
    ILocalizedTextService textService
    IOptionsMonitor<GlobalSettings> globalSettings
    ILogger<UserNotificationsHandler.Notifier> logger

    Methods

    View Source

    Notify(IAction, IContent[])

    Declaration
    public void Notify(IAction action, params IContent[] entities)
    Parameters
    Type Name Description
    IAction action
    IContent[] entities
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • Notifier(IBackOfficeSecurityAccessor, IHostingEnvironment, INotificationService, IUserService, ILocalizedTextService, IOptionsMonitor<GlobalSettings>, ILogger<UserNotificationsHandler.Notifier>)
    • Methods
      • Notify(IAction, IContent[])
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX