NotificationService.Get Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Get(int, bool)
Gets an Notification object.
public static Notification Get(int id, bool sudo = false)
Parameters
- id
- int
Id of notification.
- sudo
- bool
true
to perform action as super user, otherwise false
.
Returns
Notification
Returns an instance of the Notification class.