C# Class Umbraco.Belle.Controllers.ContentEditorApiController

Inheritance: Umbraco.Web.WebApi.UmbracoApiController
Exibir arquivo Open project: umbraco/Belle

Public Methods

Method Description
GetContent ( int id ) : object

Gets the content json for the content id

Protected Methods

Method Description
Initialize ( global controllerContext ) : void

Remove the xml formatter... only support JSON!

Private Methods

Method Description
PostSaveContent ( [ contentItem ) : HttpResponseMessage

Method Details

GetContent() public method

Gets the content json for the content id
public GetContent ( int id ) : object
id int
return object

Initialize() protected method

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