View Source
Class LogViewerTreeController
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
[Tree("settings", "logViewer", SortOrder = 9, TreeGroup = "settingsGroup")]
[PluginController("UmbracoTrees")]
public class LogViewerTreeController : TreeController, IDiscoverable
Methods
View Source
Helper method to create a root model for a tree
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