View Source
Class ContentBlueprintTreeController
The content blueprint tree controller
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
[Tree("settings", "contentBlueprints", SortOrder = 12, TreeGroup = "settingsGroup")]
[PluginController("UmbracoTrees")]
public class ContentBlueprintTreeController : TreeController, IDiscoverable
Methods
View Source
CreateRootNode(FormDataCollection)
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
GetTreeNodes(String, FormDataCollection)
Declaration
protected override TreeNodeCollection GetTreeNodes(string id, FormDataCollection queryStrings)
Parameters
Type |
Name |
Description |
System.String |
id |
|
FormDataCollection |
queryStrings |
|
Returns