SocialFollowingManager.GetFollowed method
Retrieves the actors that the current user is following.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Function GetFollowed ( _
types As SocialActorTypes _
) As ClientResult(Of SocialActor())
'Usage
Dim instance As SocialFollowingManager
Dim types As SocialActorTypes
Dim returnValue As ClientResult(Of SocialActor())
returnValue = instance.GetFollowed(types)
public ClientResult<SocialActor[]> GetFollowed(
SocialActorTypes types
)
Parameters
Return value
Type: Microsoft.SharePoint.Client.ClientResult<[]>
Remarks
For code examples that show how to get followed items, see How to: Follow people by using the .NET client object model in SharePoint 2013 and How to: Follow documents and sites by using the .NET client object model in SharePoint 2013.