Click or drag to resize

INotificationManagerAdd(String, IEnumerableIUser) Method


Adds a new Notification, to collection of Users.

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

Parameters

message  String
Message of the notification
recipients  IEnumerableIUser
Users to receive the notification

Return Value

INotification
Newly added notification
See Also