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

Inheritance: AbstractFileSystemTreeController
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

Méthode Description
StylesheetTreeController ( IBackOfficeRequestContext requestContext ) : System

Méthodes protégées

Méthode 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 méthode

protected CustomizeFileNode ( TreeNode n, System.Web.Mvc.FormCollection queryStrings ) : void
n TreeNode
queryStrings System.Web.Mvc.FormCollection
Résultat void

GetTreeData() protected méthode

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
Résultat RebelTreeResult

StylesheetTreeController() public méthode

public StylesheetTreeController ( IBackOfficeRequestContext requestContext ) : System
requestContext IBackOfficeRequestContext
Résultat System