Click or drag to resize

INotificationManagerAdd Method (String, String, Boolean)


Adds a new Notification, to collection of Users, by by specifying either User ids or Group ids/

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
INotification Add(
	string message,
	string[] recipientIds,
	bool recipientsAreGrps = false
)

Parameters

message
Type: SystemString
Message of the notification
recipientIds
Type: SystemString
Ids of recipients, could be either User ids or Group ids
recipientsAreGrps (Optional)
Type: SystemBoolean
Whether the list of recipient ids are user ids or group ids

Return Value

Type: INotification
Newly added notification
See Also