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.6.308
Syntax INotification Add(
string message,
IEnumerable<IUser> recipients
)
Function Add (
message As String,
recipients As IEnumerable(Of IUser)
) As INotification
INotification^ Add(
String^ message,
IEnumerable<IUser^>^ recipients
)
abstract Add :
message : string *
recipients : IEnumerable<IUser> -> INotification
Parameters
- message
- Type: SystemString
Message of the notification - recipients
- Type: System.Collections.GenericIEnumerableIUser
Users to receive the notification
Return Value
Type:
INotificationNewly added notification
See Also