Search Results for

    Show / Hide Table of Contents
    View Source

    Class RootNodeRenderingNotification

    A notification that allows developer to modify the root tree node that is being rendered

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Web.BackOffice.dll
    Syntax
    public class RootNodeRenderingNotification : INotification

    Constructors

    View Source

    RootNodeRenderingNotification(TreeNode, FormCollection, String)

    Declaration
    public RootNodeRenderingNotification(TreeNode node, FormCollection queryString, string treeAlias)
    Parameters
    Type Name Description
    TreeNode node
    Microsoft.AspNetCore.Http.FormCollection queryString
    System.String treeAlias

    Properties

    View Source

    Node

    The root node being rendered

    Declaration
    public TreeNode Node { get; }
    Property Value
    Type Description
    TreeNode
    View Source

    QueryString

    The query string of the current request

    Declaration
    public FormCollection QueryString { get; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Http.FormCollection
    View Source

    TreeAlias

    The alias of the tree the menu is rendering for

    Declaration
    public string TreeAlias { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • RootNodeRenderingNotification(TreeNode, FormCollection, String)
    • Properties
      • Node
      • QueryString
      • TreeAlias
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX