Example #1
0
 public static void SaveGlobalSetting(string name, string value, string tag = null, string groupName = null)
 {
     PlayoutRepository.SaveSetting(null, null, groupName, name, value, tag);
 }
Example #2
0
 public static void SaveApplicationSetting(string name, string value, string tag = null, string groupName = null)
 {
     PlayoutRepository.SaveSetting(null, ApplicationName, groupName, name, value, tag);
 }