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 SourceRootNodeRenderingNotification(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 SourceNode
The root node being rendered
Declaration
public TreeNode Node { get; }
Property Value
Type | Description |
---|---|
TreeNode |
QueryString
The query string of the current request
Declaration
public FormCollection QueryString { get; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Http.FormCollection |
TreeAlias
The alias of the tree the menu is rendering for
Declaration
public string TreeAlias { get; }
Property Value
Type | Description |
---|---|
System.String |