The NotificationTypeAction class describes a single notification type action that can be associated to a message.

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

Syntax

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

Inheritance Hierarchy

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

See Also