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

Inheritance: SupportsEditorTreeController
Mostra file Open project: RebelCMS/rebelcmsxu5

Protected Methods

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

Customize root node

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

Method Details

AbstractUserGroupTree() protected method

protected AbstractUserGroupTree ( 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

GetTreeData() protected method

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