public static T GetCustomSettings <T>(this SPList list, AIAPortalFeatures featureName) { return(list.GetCustomSettings <T>(featureName, true)); }