public ActionResult GetApkListJsonByFolder(string folderId) { var data = fileInfoBLL.GetApkListByObject(folderId); return(ToJsonResult(data)); }