Search Results for

    Show / Hide Table of Contents
    View Source

    Class AddUnroutableContentWarningsWhenPublishingNotificationHandler

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

    Constructors

    View Source

    AddUnroutableContentWarningsWhenPublishingNotificationHandler(IPublishedRouter, IUmbracoContextAccessor, ILanguageService, ILocalizedTextService, IContentService, IVariationContextAccessor, ILoggerFactory, UriUtility, IPublishedUrlProvider, IPublishedContentCache, IDocumentNavigationQueryService, IEventMessagesFactory, IOptions<ContentSettings>)

    Declaration
    public AddUnroutableContentWarningsWhenPublishingNotificationHandler(IPublishedRouter publishedRouter, IUmbracoContextAccessor umbracoContextAccessor, ILanguageService languageService, ILocalizedTextService localizedTextService, IContentService contentService, IVariationContextAccessor variationContextAccessor, ILoggerFactory loggerFactory, UriUtility uriUtility, IPublishedUrlProvider publishedUrlProvider, IPublishedContentCache publishedContentCache, IDocumentNavigationQueryService navigationQueryService, IEventMessagesFactory eventMessagesFactory, IOptions<ContentSettings> contentSettings)
    Parameters
    Type Name Description
    IPublishedRouter publishedRouter
    IUmbracoContextAccessor umbracoContextAccessor
    ILanguageService languageService
    ILocalizedTextService localizedTextService
    IContentService contentService
    IVariationContextAccessor variationContextAccessor
    ILoggerFactory loggerFactory
    UriUtility uriUtility
    IPublishedUrlProvider publishedUrlProvider
    IPublishedContentCache publishedContentCache
    IDocumentNavigationQueryService navigationQueryService
    IEventMessagesFactory eventMessagesFactory
    IOptions<ContentSettings> contentSettings
    View Source

    AddUnroutableContentWarningsWhenPublishingNotificationHandler(IPublishedRouter, IUmbracoContextAccessor, ILanguageService, ILocalizedTextService, IContentService, IVariationContextAccessor, ILoggerFactory, UriUtility, IPublishedUrlProvider, IPublishedContentCache, IDocumentNavigationQueryService, IPublishedContentStatusFilteringService, IEventMessagesFactory, IOptions<ContentSettings>)

    Declaration
    public AddUnroutableContentWarningsWhenPublishingNotificationHandler(IPublishedRouter publishedRouter, IUmbracoContextAccessor umbracoContextAccessor, ILanguageService languageService, ILocalizedTextService localizedTextService, IContentService contentService, IVariationContextAccessor variationContextAccessor, ILoggerFactory loggerFactory, UriUtility uriUtility, IPublishedUrlProvider publishedUrlProvider, IPublishedContentCache publishedContentCache, IDocumentNavigationQueryService navigationQueryService, IPublishedContentStatusFilteringService publishedContentStatusFilteringService, IEventMessagesFactory eventMessagesFactory, IOptions<ContentSettings> contentSettings)
    Parameters
    Type Name Description
    IPublishedRouter publishedRouter
    IUmbracoContextAccessor umbracoContextAccessor
    ILanguageService languageService
    ILocalizedTextService localizedTextService
    IContentService contentService
    IVariationContextAccessor variationContextAccessor
    ILoggerFactory loggerFactory
    UriUtility uriUtility
    IPublishedUrlProvider publishedUrlProvider
    IPublishedContentCache publishedContentCache
    IDocumentNavigationQueryService navigationQueryService
    IPublishedContentStatusFilteringService publishedContentStatusFilteringService
    IEventMessagesFactory eventMessagesFactory
    IOptions<ContentSettings> contentSettings
    View Source

    AddUnroutableContentWarningsWhenPublishingNotificationHandler(IPublishedRouter, IUmbracoContextAccessor, ILanguageService, ILocalizedTextService, IContentService, IVariationContextAccessor, ILoggerFactory, UriUtility, IPublishedUrlProvider, IDocumentNavigationQueryService, IPublishedContentStatusFilteringService, IEventMessagesFactory, IOptions<ContentSettings>)

    Declaration
    public AddUnroutableContentWarningsWhenPublishingNotificationHandler(IPublishedRouter publishedRouter, IUmbracoContextAccessor umbracoContextAccessor, ILanguageService languageService, ILocalizedTextService localizedTextService, IContentService contentService, IVariationContextAccessor variationContextAccessor, ILoggerFactory loggerFactory, UriUtility uriUtility, IPublishedUrlProvider publishedUrlProvider, IDocumentNavigationQueryService navigationQueryService, IPublishedContentStatusFilteringService publishedContentStatusFilteringService, IEventMessagesFactory eventMessagesFactory, IOptions<ContentSettings> contentSettings)
    Parameters
    Type Name Description
    IPublishedRouter publishedRouter
    IUmbracoContextAccessor umbracoContextAccessor
    ILanguageService languageService
    ILocalizedTextService localizedTextService
    IContentService contentService
    IVariationContextAccessor variationContextAccessor
    ILoggerFactory loggerFactory
    UriUtility uriUtility
    IPublishedUrlProvider publishedUrlProvider
    IDocumentNavigationQueryService navigationQueryService
    IPublishedContentStatusFilteringService publishedContentStatusFilteringService
    IEventMessagesFactory eventMessagesFactory
    IOptions<ContentSettings> contentSettings

    Methods

    View Source

    HandleAsync(ContentPublishedNotification, CancellationToken)

    Declaration
    public async Task HandleAsync(ContentPublishedNotification notification, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    ContentPublishedNotification notification
    CancellationToken cancellationToken
    Returns
    Type Description
    Task
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • AddUnroutableContentWarningsWhenPublishingNotificationHandler(IPublishedRouter, IUmbracoContextAccessor, ILanguageService, ILocalizedTextService, IContentService, IVariationContextAccessor, ILoggerFactory, UriUtility, IPublishedUrlProvider, IPublishedContentCache, IDocumentNavigationQueryService, IEventMessagesFactory, IOptions<ContentSettings>)
      • AddUnroutableContentWarningsWhenPublishingNotificationHandler(IPublishedRouter, IUmbracoContextAccessor, ILanguageService, ILocalizedTextService, IContentService, IVariationContextAccessor, ILoggerFactory, UriUtility, IPublishedUrlProvider, IPublishedContentCache, IDocumentNavigationQueryService, IPublishedContentStatusFilteringService, IEventMessagesFactory, IOptions<ContentSettings>)
      • AddUnroutableContentWarningsWhenPublishingNotificationHandler(IPublishedRouter, IUmbracoContextAccessor, ILanguageService, ILocalizedTextService, IContentService, IVariationContextAccessor, ILoggerFactory, UriUtility, IPublishedUrlProvider, IDocumentNavigationQueryService, IPublishedContentStatusFilteringService, IEventMessagesFactory, IOptions<ContentSettings>)
    • Methods
      • HandleAsync(ContentPublishedNotification, CancellationToken)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX