add a convenience method to get a setting value server-side
This commit is contained in:
@ -13,5 +13,6 @@ namespace Oqtane.Repository
|
||||
Setting GetSetting(string entityName, int entityId, string settingName);
|
||||
void DeleteSetting(string entityName, int settingId);
|
||||
void DeleteSettings(string entityName, int entityId);
|
||||
string GetSettingValue(List<Setting> settings, string settingName, string defaultValue);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user