SettingService.Set Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Overloads
Set(ISettings) | Store settings in the repository. |
Set |
Store a setting into the repository. |
Set(ISettings)
Store settings in the repository.
public static void Set(ISettings settings)
Parameters
Set(string, T)
Store a setting into the repository.
public static void Set<T>(string key, T value)
Parameters
- key
- string
Setting key.
- value
The value of the setting.