Click or drag to resize

INotificationManager Methods


The INotificationManager type exposes the following members.

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