The Controller class for social Messaging

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

Syntax

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

Remarks

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Framework..::..ServiceLocator<(Of <(<'IMessagingController, MessagingController>)>)>
    DotNetNuke.Services.Social.Messaging..::..MessagingController

See Also