The Notification class describes the a notification received by a user as a consecuence of an action

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

Syntax

C#
[SerializableAttribute]
public class Notification : BaseEntityInfo, 
	IHydratable
Visual Basic
<SerializableAttribute>
Public Class Notification
	Inherits BaseEntityInfo
	Implements IHydratable

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Entities..::..BaseEntityInfo
    DotNetNuke.Services.Social.Notifications..::..Notification

See Also