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

Inheritance: AbstractFileSystemTreeController
Mostra file Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
StylesheetTreeController ( IBackOfficeRequestContext requestContext ) : System

Protected Methods

Method Description
CustomizeFileNode ( TreeNode n, System.Web.Mvc.FormCollection queryStrings ) : void
GetTreeData ( HiveId parentId, System.Web.Mvc.FormCollection queryStrings ) : RebelTreeResult

Need to check if the node being requested is a file, if so, return the rules for it, otherwise process as per normal

Method Details

CustomizeFileNode() protected method

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

GetTreeData() protected method

Need to check if the node being requested is a file, if so, return the rules for it, otherwise process as per normal
protected GetTreeData ( HiveId parentId, System.Web.Mvc.FormCollection queryStrings ) : RebelTreeResult
parentId HiveId
queryStrings System.Web.Mvc.FormCollection
return RebelTreeResult

StylesheetTreeController() public method

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