Click or drag to resize

INotificationManagerAdd(String, String, Boolean) Method


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.6.492
Syntax
INotification Add(
	string message,
	string[] recipientIds,
	bool recipientsAreGrps = false
)

Parameters

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

Return Value

INotification
Newly added notification
See Also