INotification
|
The INotificationManager type exposes the following members.
| Name | Description | |
|---|---|---|
| ContentStore |
Gets the Content Store.
(Inherited from ITransactionalEntity) | |
| CurrentUser |
Gets the Operating User for the Session .
(Inherited from ITransactionalEntity) | |
| RecentNotificationsCount | Gets/sets the number of recent notifications to return. Default is 5. | |
| Session |
Gets the User Session that this manager instance was initiated from.
(Inherited from ITransactionalEntity) |
| 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. |