Show / Hide Table of Contents

Interface IFollowersController

Namespace: DotNetNuke.Entities.Users.Social
Assembly: DotNetNuke.dll
Syntax
public interface IFollowersController

Methods

FollowUser(UserInfo)

Declaration
void FollowUser(UserInfo targetUser)
Parameters
Type Name Description
UserInfo targetUser

FollowUser(UserInfo, UserInfo)

Declaration
void FollowUser(UserInfo initiatingUser, UserInfo targetUser)
Parameters
Type Name Description
UserInfo initiatingUser
UserInfo targetUser

UnFollowUser(UserInfo)

Declaration
void UnFollowUser(UserInfo targetUser)
Parameters
Type Name Description
UserInfo targetUser

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS