C# 클래스 Canvas.Controllers.ApiController

상속: Umbraco.Web.Mvc.SurfaceController
파일 보기 프로젝트 열기: Vettvangur/Canvas

공개 메소드들

메소드 설명
LogoutOfUmbraco ( string url ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
AddControl ( string areaAlias, string controlType, int pageId ) : System.Web.Mvc.JsonResult
Cancel ( int pageId ) : System.Web.Mvc.JsonResult
CreateTemplate ( string name, string content, string controlType ) : System.Web.Mvc.JsonResult
DeleteControl ( string areaAlias, System.Guid controlId, int pageId ) : System.Web.Mvc.JsonResult
DeleteTemplate ( string path, string controlType ) : System.Web.Mvc.JsonResult
FindArea ( CanvasArea area, string alias ) : void
FindAreaWithControl ( CanvasArea area, System.Guid controlId ) : void
GetContent ( int pageId ) : System.Web.Mvc.JsonResult
GetContentItem ( int id ) : System.Web.Mvc.JsonResult
GetEditControl ( System.Guid controlId, int pageId ) : System.Web.Mvc.JsonResult
GetMacroProperty ( int id ) : System.Web.Mvc.JsonResult
GetMacroTemplateValue ( int id ) : System.Web.Mvc.JsonResult
GetMedia ( int id ) : System.Web.Mvc.JsonResult
GetMediaItem ( int id ) : System.Web.Mvc.JsonResult
GetSettings ( int pageId ) : System.Web.Mvc.JsonResult
GetTemplateValue ( string path ) : System.Web.Mvc.JsonResult
IsPagePublished ( int pageId ) : System.Web.Mvc.JsonResult
Logout ( ) : System.Web.Mvc.JsonResult
PopulateParents ( IPublishedContent folder ) : void
PostEditControl ( System.Web.Mvc.FormCollection form ) : System.Web.Mvc.JsonResult
PublishPage ( int pageId ) : System.Web.Mvc.JsonResult
SaveMacroTemplate ( int id, string content ) : System.Web.Mvc.JsonResult
SavePage ( System.Web.Mvc.FormCollection form ) : System.Web.Mvc.JsonResult
SaveTemplate ( string name, string content, string controlType ) : System.Web.Mvc.JsonResult
SortControl ( string areaFromAlias, string areaToAlias, int pageId, System.Guid controlId, int position ) : System.Web.Mvc.JsonResult

메소드 상세

LogoutOfUmbraco() 공개 메소드

public LogoutOfUmbraco ( string url ) : System.Web.Mvc.ActionResult
url string
리턴 System.Web.Mvc.ActionResult