View Source
Class AddDomainWarningsWhenPublishingNotificationHandler
Inheritance
System.Object
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
Methods
View Source
Handle(ContentPublishedNotification)
Declaration
public void Handle(ContentPublishedNotification notification)
Parameters