INotificationManagerAdd(String, String, Boolean) Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxINotification Add(
string message,
string[] recipientIds,
bool recipientsAreGrps = false
)
Function Add (
message As String,
recipientIds As String(),
Optional recipientsAreGrps As Boolean = false
) As INotification
INotification^ Add(
String^ message,
array<String^>^ recipientIds,
bool recipientsAreGrps = false
)
abstract Add :
message : string *
recipientIds : string[] *
?recipientsAreGrps : bool
(* Defaults:
let _recipientsAreGrps = defaultArg recipientsAreGrps false
*)
-> INotification 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
INotificationNewly added notification
See Also