コード例 #1
0
        public ActionResult Properties(string tabId, int parentId, int id, string successfulActionCode)
        {
            var folder = SiteFolderService.Read(id);
            var model  = SiteFolderViewModel.Create(folder, tabId, parentId);

            model.SuccesfulActionCode = successfulActionCode;
            return(JsonHtml("FolderProperties", model));
        }