C# Class Rebel.Cms.Web.Trees.AbstractFileSystemTreeController

Abstract tree used to render file/folder structures
Inheritance: SupportsEditorTreeController
Mostra file Open project: RebelCMS/rebelcmsxu5

Protected Methods

Method Description
AbstractFileSystemTreeController ( IBackOfficeRequestContext requestContext ) : System
CreateRootNode ( System.Web.Mvc.FormCollection queryStrings ) : TreeNode

Customize root node

CustomizeFileNode ( TreeNode n, System.Web.Mvc.FormCollection queryStrings ) : void

Adds the menu items to the node and sets the icon

CustomizeFolderNode ( TreeNode n, System.Web.Mvc.FormCollection queryStrings ) : void

Adds the menu items to the node and sets the icon

GetDashboardUrl ( ) : string
GetTreeData ( HiveId parentId, System.Web.Mvc.FormCollection queryStrings ) : RebelTreeResult

Method Details

AbstractFileSystemTreeController() protected method

protected AbstractFileSystemTreeController ( IBackOfficeRequestContext requestContext ) : System
requestContext IBackOfficeRequestContext
return System

CreateRootNode() protected method

Customize root node
protected CreateRootNode ( System.Web.Mvc.FormCollection queryStrings ) : TreeNode
queryStrings System.Web.Mvc.FormCollection
return TreeNode

CustomizeFileNode() protected method

Adds the menu items to the node and sets the icon
protected CustomizeFileNode ( TreeNode n, System.Web.Mvc.FormCollection queryStrings ) : void
n TreeNode
queryStrings System.Web.Mvc.FormCollection
return void

CustomizeFolderNode() protected method

Adds the menu items to the node and sets the icon
protected CustomizeFolderNode ( TreeNode n, System.Web.Mvc.FormCollection queryStrings ) : void
n TreeNode
queryStrings System.Web.Mvc.FormCollection
return void

GetDashboardUrl() protected method

protected GetDashboardUrl ( ) : string
return string

GetTreeData() protected method

protected GetTreeData ( HiveId parentId, System.Web.Mvc.FormCollection queryStrings ) : RebelTreeResult
parentId HiveId
queryStrings System.Web.Mvc.FormCollection
return RebelTreeResult