UserService.Update Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Update(User, bool)
Updates an existing User in the datasource.
public static User Update(User user, bool sudo = false)
Parameters
- sudo
- bool
true
to perform action as super user, otherwise false
.