Example #1
0
 public static bool SetAppConfigValue(string name, string value, int?storeId = null, IEnumerable <string> dontDupValues = null)
 {
     return(AppConfigProvider.SetAppConfigValue(name, value, storeId, dontDupValues));
 }