Example #1
0
 public static bool AppConfigExists(string name, int?storeId = null, bool?cascadeToDefaultStore = null)
 {
     return(AppConfigProvider.AppConfigExists(name, storeId, cascadeToDefaultStore));
 }