INotificationManagerAdd Method (String, IEnumerableIUserGroup)
|
Adds a new Notification, to collection of Users that are members of specified Groups.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax INotification Add(
string message,
IEnumerable<IUserGroup> recipientGrps
)
Function Add (
message As String,
recipientGrps As IEnumerable(Of IUserGroup)
) As INotification
INotification^ Add(
String^ message,
IEnumerable<IUserGroup^>^ recipientGrps
)
abstract Add :
message : string *
recipientGrps : IEnumerable<IUserGroup> -> INotification
Parameters
- message
- Type: SystemString
Message of the notification - recipientGrps
- Type: System.Collections.GenericIEnumerableIUserGroup
Groups that Users to receive the notification belong to
Return Value
Type:
INotificationNewly added notification
See Also