summaryT:DotNetNuke.Entities.Users.Social.FriendsController

Namespace: DotNetNuke.Entities.Users.Social
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public class FriendsController : ServiceLocator<IFriendsController, FriendsController>
Visual Basic
Public Class FriendsController
	Inherits ServiceLocator(Of IFriendsController, FriendsController)

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Framework..::..ServiceLocator<(Of <(<'IFriendsController, FriendsController>)>)>
    DotNetNuke.Entities.Users.Social..::..FriendsController

See Also