View Source
Class MacrosTreeController
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
[Tree("settings", "macros", TreeTitle = "Macros", SortOrder = 4, TreeGroup = "settingsGroup")]
[PluginController("UmbracoTrees")]
public class MacrosTreeController : TreeController, IDiscoverable
Methods
View Source
Declaration
protected override TreeNode CreateRootNode(FormDataCollection queryStrings)
Parameters
Type |
Name |
Description |
FormDataCollection |
queryStrings |
|
Returns
View Source
Declaration
protected override MenuItemCollection GetMenuForNode(string id, FormDataCollection queryStrings)
Parameters
Type |
Name |
Description |
System.String |
id |
|
FormDataCollection |
queryStrings |
|
Returns
View Source
Declaration
protected override TreeNodeCollection GetTreeNodes(string id, FormDataCollection queryStrings)
Parameters
Type |
Name |
Description |
System.String |
id |
|
FormDataCollection |
queryStrings |
|
Returns