Method |
Description |
|
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 |
|
|