コード例 #1
0
        public JsonResult ChangeOrderFile(int fileattachId, int prevId, bool limit)
        {
            ContentManagement objcontent = new ContentManagement(SessionCustom, HttpContext);

            return(this.Json(new
            {
                result = objcontent.ChangeOrderFile(fileattachId, prevId, limit)
            }));
        }