The notification is displayed on the UI as a toast notification

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

Syntax

C#
[XmlAttributeAttribute]
public bool SendToast { get; set; }
Visual Basic
<XmlAttributeAttribute> 
Public Property SendToast As Boolean
	Get
	Set

See Also