Click or drag to resize

INotificationManagerAdd(String, IEnumerableIUserGroup) Method


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

Parameters

message  String
Message of the notification
recipientGrps  IEnumerableIUserGroup
Groups that Users to receive the notification belong to

Return Value

INotification
Newly added notification
See Also