C# Class Umbraco.Belle.Controllers.ApplicationTreeApiController

Inheritance: Umbraco.Web.WebApi.UmbracoApiController
显示文件 Open project: umbraco/Belle

Protected Methods

Method Description
Initialize ( global controllerContext ) : void

Remove the xml formatter... only support JSON!

Private Methods

Method Description
GetTreeData ( string treeType, string id, FormDataCollection queryStrings ) : TreeNodeCollection
TryLoadFromControllerTree ( umbraco.BusinessLogic.ApplicationTree appTree, string id, FormDataCollection formCollection ) : Attempt
TryLoadFromLegacyTree ( umbraco.BusinessLogic.ApplicationTree appTree, string id, FormDataCollection formCollection ) : Attempt

Method Details

Initialize() protected method

Remove the xml formatter... only support JSON!
protected Initialize ( global controllerContext ) : void
controllerContext global
return void