示例#1
0
 protected void btnok_Click(object sender, System.EventArgs e)
 {
     SettingProvider.Instance().UpdateSettings(this.GetSettingsListFromRepeater());
     CacheUtils.Del("JsonLeeCMS_CacheForGetSetting");
     CacheUtils.Del("JsonLeeCMS_CacheForSETTINGDIRECTORY");
     CacheUtils.Del("JsonLeeCMS_CacheForGetBaseConfig");
     PageBase.log.AddEvent(base.LoginAccount.AccountName, "Sửa đổi phân loại Cấu hình [" + this.cate.CateDesc + "] thành công");
     base.ShowMsg("Cấu hình thành công");
 }