C# 클래스 Umbraco.FileSystemPicker.Controllers.FolderSystemTreeController
파일 보기
프로젝트 열기: scyllagroup/UmbracoFlare
보호된 메소드들
메소드 |
설명 |
|
GetMenuForNode ( string id, FormDataCollection queryStrings ) : Umbraco.Web.Models.Trees.MenuItemCollection |
|
|
GetTreeNodes ( string id, FormDataCollection queryStrings ) : TreeNodeCollection |
|
|
비공개 메소드들
메소드 |
설명 |
|
AddFiles ( string folder, FormDataCollection queryStrings ) : TreeNodeCollection |
|
|
AddFolders ( string parent, FormDataCollection queryStrings ) : TreeNodeCollection |
|
|
메소드 상세
protected GetMenuForNode ( string id, FormDataCollection queryStrings ) : Umbraco.Web.Models.Trees.MenuItemCollection |
id |
string |
|
queryStrings |
FormDataCollection |
|
리턴 |
Umbraco.Web.Models.Trees.MenuItemCollection |
|
protected GetTreeNodes ( string id, FormDataCollection queryStrings ) : TreeNodeCollection |
id |
string |
|
queryStrings |
FormDataCollection |
|
리턴 |
TreeNodeCollection |
|