INotificationManagerAdd(String, IEnumerableIUserGroup) Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxINotification Add(
string message,
IEnumerable<IUserGroup> recipientGrps
)
Function Add (
message As String,
recipientGrps As IEnumerable(Of IUserGroup)
) As INotification
INotification^ Add(
String^ message,
IEnumerable<IUserGroup^>^ recipientGrps
)
abstract Add :
message : string *
recipientGrps : IEnumerable<IUserGroup> -> INotification Parameters
- message String
- Message of the notification
- recipientGrps IEnumerableIUserGroup
- Groups that Users to receive the notification belong to
Return Value
INotificationNewly added notification
See Also