C# Class Umbraco.Belle.Controllers.ApplicationTreeApiController

Inheritance: Umbraco.Web.WebApi.UmbracoApiController
Afficher le fichier Open project: umbraco/Belle

Méthodes protégées

Méthode Description
Initialize ( global controllerContext ) : void

Remove the xml formatter... only support JSON!

Private Methods

Méthode 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 méthode

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