public static Config GetActiveConfig() { SPCoderConfig spCoderConfig = (SPCoderConfig)GetConfig(null, typeof(SPCoderConfig)); string activeConfigName = spCoderConfig.GetItemValueByName(SPCoderConstants.ACTIVE_CONFIG); Config activeConfig = spCoderConfig.GetConfigByName(activeConfigName); return(activeConfig); }
public static SPCoderConfig GetRootConfig() { SPCoderConfig spCoderConfig = (SPCoderConfig)GetConfig(null, typeof(SPCoderConfig)); return(spCoderConfig); }