NotificationService.Update Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Update(Notification, bool)
Updates the specified Notification.
public static Notification Update(Notification notification, bool sudo = false)
Parameters
- notification
- Notification
The notification to update.
- sudo
- bool
true
to perform action as super user, otherwise false
.
Returns
Notification
Returns the updated Notification.