protected void ButtonOK_EventHandler(object sender, EventArgs e) { ERConf.MailTemplates[ERConfKey] = GetMailTemplatesConfFromPage(); SPJsonConf <ERConfNotifications> .Set(PageSPList, CommonConfigNotif.LIST_PROPERTY_JSON_CONF, ERConf); RedirectToParentPage(); }
protected void ButtonOK_EventHandler(object sender, EventArgs e) { GetAdditionalParamsFromPageToConf(); GetFieldsParamsFromPageToConf(); SPJsonConf <ERConfNotifications> .Set(PageSPList, CommonConfigNotif.LIST_PROPERTY_JSON_CONF, ERConf); RedirectToParentPage(); }