SocialFollowingManager.GetFollowers method

Retrieves the users who are following the current user.

Namespace:  Microsoft.SharePoint.Client.Social
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)

Syntax

'Declaration
Public Function GetFollowers As ClientResult(Of SocialActor())
'Usage
Dim instance As SocialFollowingManager
Dim returnValue As ClientResult(Of SocialActor())

returnValue = instance.GetFollowers()
public ClientResult<SocialActor[]> GetFollowers()

Return value

Type: Microsoft.SharePoint.Client.ClientResult<[]>

Remarks

For a code example that shows how to get users who are following the current user, see How to: Follow people by using the .NET client object model in SharePoint 2013.

See also

Reference

SocialFollowingManager class

SocialFollowingManager members

Microsoft.SharePoint.Client.Social namespace