Click or drag to resize

INotificationManager Methods


The INotificationManager type exposes the following members.

Methods
  Name Description
Public method Add(String, IEnumerableIUser) Adds a new Notification, to collection of Users.
Public method Add(String, IEnumerableIUserGroup) Adds a new Notification, to collection of Users that are members of specified Groups.
Public method Add(String, String, Boolean) Adds a new Notification, to collection of Users, by by specifying either User ids or Group ids/
Public method DeepCloneT, TManager Duplicates an object instance, not including its unique ID.
(Inherited from ITransactionalEntity)
Public method Notification Retrieves one notification by its unique id
Public method Notifications Retrieves collection of notifications
Public method NotificationsForUser Retrieves collection of notifications for given user, either by specifies count, or all.
Public method 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)
Public method Remove Removes collection of notification by specified unique ids.
Top
See Also