Search Results for

    Show / Hide Table of Contents
    View Source

    Class NavigationInitializationNotificationHandler

    Responsible for seeding the in-memory navigation structures at application's startup by rebuild the navigation structures.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Services.Navigation
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class NavigationInitializationNotificationHandler : INotificationAsyncHandler<PostRuntimePremigrationsUpgradeNotification>, INotificationHandler

    Constructors

    View Source

    NavigationInitializationNotificationHandler(IRuntimeState, IDocumentNavigationManagementService, IMediaNavigationManagementService)

    Declaration
    public NavigationInitializationNotificationHandler(IRuntimeState runtimeState, IDocumentNavigationManagementService documentNavigationManagementService, IMediaNavigationManagementService mediaNavigationManagementService)
    Parameters
    Type Name Description
    IRuntimeState runtimeState
    IDocumentNavigationManagementService documentNavigationManagementService
    IMediaNavigationManagementService mediaNavigationManagementService

    Methods

    View Source

    HandleAsync(PostRuntimePremigrationsUpgradeNotification, CancellationToken)

    Declaration
    public async Task HandleAsync(PostRuntimePremigrationsUpgradeNotification notification, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    PostRuntimePremigrationsUpgradeNotification notification
    CancellationToken cancellationToken
    Returns
    Type Description
    Task
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • NavigationInitializationNotificationHandler(IRuntimeState, IDocumentNavigationManagementService, IMediaNavigationManagementService)
    • Methods
      • HandleAsync(PostRuntimePremigrationsUpgradeNotification, CancellationToken)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX