summaryT:DotNetNuke.Entities.Users.Social.FollowersController

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

Syntax

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

Inheritance Hierarchy

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

See Also