INotificationManagerAdd(String, IEnumerableIUser) Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxINotification 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 String
- Message of the notification
- recipients IEnumerableIUser
- Users to receive the notification
Return Value
INotificationNewly added notification
See Also