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 |