summaryT:DotNetNuke.Services.Social.Messaging.UserPreferencesController

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

Syntax

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

Inheritance Hierarchy

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

See Also