ThemeService.Update Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Update(Theme, bool)
Update theme settings.
public static Theme Update(Theme theme, bool sudo = false)
Parameters
- theme
- Theme
- sudo
- bool
true
to perform action as super user, otherwise false
.