Provides the methods to work with Notifications, NotificationTypes, NotificationTypeActions and NotificationActions.

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

Syntax

C#
public class NotificationsController : ServiceLocator<INotificationsController, NotificationsController>, 
	INotificationsController
Visual Basic
Public Class NotificationsController
	Inherits ServiceLocator(Of INotificationsController, NotificationsController)
	Implements INotificationsController

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Framework..::..ServiceLocator<(Of <(<'INotificationsController, NotificationsController>)>)>
    DotNetNuke.Services.Social.Notifications..::..NotificationsController

See Also