View Source
Class UserTreeController
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
[Tree("users", "users", SortOrder = 0, IsSingleNodeTree = true)]
[PluginController("UmbracoTrees")]
public class UserTreeController : 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