Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the people who the current user is following.
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Function GetPeopleFollowedByMe As ClientObjectList(Of PersonProperties)
'Usage
Dim instance As PeopleManager
Dim returnValue As ClientObjectList(Of PersonProperties)
returnValue = instance.GetPeopleFollowedByMe()
public ClientObjectList<PersonProperties> GetPeopleFollowedByMe()
Return value
Type: Microsoft.SharePoint.Client.ClientObjectList<PersonProperties>
Remarks
The recommended API to use for this task is SocialFollowingManager.GetFollowed.