INotificationManager Methods |
The INotificationManager type exposes the following members.
Name | Description | |
---|---|---|
Add(String, IEnumerableIUser) |
Adds a new Notification, to collection of Users.
| |
Add(String, IEnumerableIUserGroup) |
Adds a new Notification, to collection of Users that are members of specified Groups.
| |
Add(String, String, Boolean) |
Adds a new Notification, to collection of Users, by by specifying either
User ids or Group ids/
| |
DeepCloneT, TManager |
Duplicates an object instance, not including its unique ID.
(Inherited from ITransactionalEntity.) | |
Notification |
Retrieves one notification by its unique id
| |
Notifications |
Retrieves collection of notifications
| |
NotificationsForUser |
Retrieves collection of notifications for given user, either by specifies count, or all.
| |
QuickWrite |
Creates a temporary Write Session to quickly write something outside the current Session and transaction.
This is a way to bypass the transaction and quickly put something into the content store.
(Inherited from ITransactionalEntity.) | |
Remove |
Removes collection of notification by specified unique ids.
|