Click or drag to resize

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.5.94
Syntax
INotification Add(
	string message,
	IEnumerable<IUserGroup> recipientGrps
)

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: INotification
Newly added notification
See Also