C# 클래스 Rebel.Cms.Web.Trees.StylesheetTreeController

상속: AbstractFileSystemTreeController
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
StylesheetTreeController ( IBackOfficeRequestContext requestContext ) : System

보호된 메소드들

메소드 설명
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

메소드 상세

CustomizeFileNode() 보호된 메소드

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

GetTreeData() 보호된 메소드

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
리턴 RebelTreeResult

StylesheetTreeController() 공개 메소드

public StylesheetTreeController ( IBackOfficeRequestContext requestContext ) : System
requestContext IBackOfficeRequestContext
리턴 System