示例#1
0
        public ActionResult New(string tabId, int parentId, int id)
        {
            var folder = SiteFolderService.New(parentId, id);
            var model  = SiteFolderViewModel.Create(folder, tabId, parentId);

            return(JsonHtml("FolderProperties", model));
        }