The NotificationType class describes a single notification type that can be associated to a message. This message could be a notification or a standard message sent between users.

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

Syntax

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

Inheritance Hierarchy

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

See Also