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

Abstract tree used to render file/folder structures
상속: SupportsEditorTreeController
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

보호된 메소드들

메소드 설명
AbstractFileSystemTreeController ( IBackOfficeRequestContext requestContext ) : System
CreateRootNode ( System.Web.Mvc.FormCollection queryStrings ) : TreeNode

Customize root node

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

Adds the menu items to the node and sets the icon

CustomizeFolderNode ( TreeNode n, System.Web.Mvc.FormCollection queryStrings ) : void

Adds the menu items to the node and sets the icon

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

메소드 상세

AbstractFileSystemTreeController() 보호된 메소드

protected AbstractFileSystemTreeController ( IBackOfficeRequestContext requestContext ) : System
requestContext IBackOfficeRequestContext
리턴 System

CreateRootNode() 보호된 메소드

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

CustomizeFileNode() 보호된 메소드

Adds the menu items to the node and sets the icon
protected CustomizeFileNode ( TreeNode n, System.Web.Mvc.FormCollection queryStrings ) : void
n TreeNode
queryStrings System.Web.Mvc.FormCollection
리턴 void

CustomizeFolderNode() 보호된 메소드

Adds the menu items to the node and sets the icon
protected CustomizeFolderNode ( TreeNode n, System.Web.Mvc.FormCollection queryStrings ) : void
n TreeNode
queryStrings System.Web.Mvc.FormCollection
리턴 void

GetDashboardUrl() 보호된 메소드

protected GetDashboardUrl ( ) : string
리턴 string

GetTreeData() 보호된 메소드

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