Interface IFollowersController
Assembly: DotNetNuke.dll
Syntax
public interface IFollowersController
Methods
|
Improve this Doc
View Source
FollowUser(UserInfo, UserInfo)
Declaration
void FollowUser(UserInfo initiatingUser, UserInfo targetUser)
Parameters
|
Improve this Doc
View Source
FollowUser(UserInfo)
Declaration
void FollowUser(UserInfo targetUser)
Parameters
Type |
Name |
Description |
UserInfo |
targetUser |
|
|
Improve this Doc
View Source
UnFollowUser(UserInfo)
Declaration
void UnFollowUser(UserInfo targetUser)
Parameters
Type |
Name |
Description |
UserInfo |
targetUser |
|
Extension Methods