Send a notification to its receivers

Namespace: DotNetNuke.Services.Social.Notifications.Data
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
int SendNotification(
	Notification notification,
	int portalId
)
Visual Basic
Function SendNotification ( 
	notification As Notification,
	portalId As Integer
) As Integer

Parameters

notification
Type: DotNetNuke.Services.Social.Notifications..::..Notification
Notification to send
portalId
Type: System..::..Int32
Portal id of the Notification

Return Value

Id of the new message

See Also