Click or drag to resize

INotificationManagerAdd Method (String, IEnumerableIUser)


Adds a new Notification, to collection of Users.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
INotification Add(
	string message,
	IEnumerable<IUser> recipients
)

Parameters

message
Type: SystemString
Message of the notification
recipients
Type: System.Collections.GenericIEnumerableIUser
Users to receive the notification

Return Value

Type: INotification
Newly added notification
See Also