Search Results for

    Show / Hide Table of Contents
    View Source

    Class AddDomainWarningsWhenPublishingNotificationHandler

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Events
    Assembly: Umbraco.Core.dll
    Syntax
    public class AddDomainWarningsWhenPublishingNotificationHandler : INotificationHandler<ContentPublishedNotification>, INotificationHandler

    Constructors

    View Source

    AddDomainWarningsWhenPublishingNotificationHandler(IOptions<ContentSettings>, IContentService, IDomainService, IEventMessagesFactory, ILogger<AddDomainWarningsWhenPublishingNotificationHandler>)

    Declaration
    public AddDomainWarningsWhenPublishingNotificationHandler(IOptions<ContentSettings> contentSettings, IContentService contentService, IDomainService domainService, IEventMessagesFactory eventMessagesFactory, ILogger<AddDomainWarningsWhenPublishingNotificationHandler> logger)
    Parameters
    Type Name Description
    IOptions<ContentSettings> contentSettings
    IContentService contentService
    IDomainService domainService
    IEventMessagesFactory eventMessagesFactory
    ILogger<AddDomainWarningsWhenPublishingNotificationHandler> logger

    Methods

    View Source

    Handle(ContentPublishedNotification)

    Declaration
    public void Handle(ContentPublishedNotification notification)
    Parameters
    Type Name Description
    ContentPublishedNotification notification
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • AddDomainWarningsWhenPublishingNotificationHandler(IOptions<ContentSettings>, IContentService, IDomainService, IEventMessagesFactory, ILogger<AddDomainWarningsWhenPublishingNotificationHandler>)
    • Methods
      • Handle(ContentPublishedNotification)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX