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

Inheritance: SupportsEditorTreeController
Mostra file Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
DocumentTypeTreeController ( IBackOfficeRequestContext requestContext ) : System

Protected Methods

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

Customize root node

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

Method Details

CreateRootNode() protected method

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

DocumentTypeTreeController() public method

public DocumentTypeTreeController ( IBackOfficeRequestContext requestContext ) : System
requestContext IBackOfficeRequestContext
return System

GetTreeData() protected method

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