C# Class Umbraco.FileSystemPicker.Controllers.FolderSystemTreeController

Inheritance: Umbraco.Web.Trees.TreeController
Mostrar archivo Open project: scyllagroup/UmbracoFlare

Protected Methods

Method Description
GetMenuForNode ( string id, FormDataCollection queryStrings ) : Umbraco.Web.Models.Trees.MenuItemCollection
GetTreeNodes ( string id, FormDataCollection queryStrings ) : TreeNodeCollection

Private Methods

Method Description
AddFiles ( string folder, FormDataCollection queryStrings ) : TreeNodeCollection
AddFolders ( string parent, FormDataCollection queryStrings ) : TreeNodeCollection

Method Details

GetMenuForNode() protected method

protected GetMenuForNode ( string id, FormDataCollection queryStrings ) : Umbraco.Web.Models.Trees.MenuItemCollection
id string
queryStrings FormDataCollection
return Umbraco.Web.Models.Trees.MenuItemCollection

GetTreeNodes() protected method

protected GetTreeNodes ( string id, FormDataCollection queryStrings ) : TreeNodeCollection
id string
queryStrings FormDataCollection
return TreeNodeCollection