SPSocialFollowingManager.GetFollowers method
Retrieves the users who are following the current user.
Namespace: Microsoft.Office.Server.Social
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Function GetFollowers As SPSocialActor()
'Usage
Dim instance As SPSocialFollowingManager
Dim returnValue As SPSocialActor()
returnValue = instance.GetFollowers()
public SPSocialActor[] GetFollowers()
Return value
Type: []
The users who are following current user.
See also
Reference
SPSocialFollowingManager class