Partager via


SocialFollowingManager.GetFollowed - Méthode

Extrait les intervenants qui suit l'utilisateur actuel.

Espace de noms :  Microsoft.SharePoint.Client.Social
Assemblys :   Microsoft.SharePoint.Client.UserProfiles.Silverlight (dans Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll);  Microsoft.SharePoint.Client.UserProfiles.Phone (dans Microsoft.SharePoint.Client.UserProfiles.Phone.dll)  Microsoft.SharePoint.Client.UserProfiles (dans Microsoft.SharePoint.Client.UserProfiles.dll)

Syntaxe

'Déclaration
Public Function GetFollowed ( _
    types As SocialActorTypes _
) As ClientResult(Of SocialActor())
'Utilisation
Dim instance As SocialFollowingManager
Dim types As SocialActorTypes
Dim returnValue As ClientResult(Of SocialActor())

returnValue = instance.GetFollowed(types)
public ClientResult<SocialActor[]> GetFollowed(
    SocialActorTypes types
)

Paramètres

Valeur renvoyée

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

Remarques

Pour obtenir des exemples de code qui montrent comment obtenir des éléments suivis, voir How to: Follow people by using the .NET client object model in SharePoint 2013 et How to: Follow documents and sites by using the .NET client object model in SharePoint 2013.

Voir aussi

Référence

SocialFollowingManager classe

SocialFollowingManager - Membres

Microsoft.SharePoint.Client.Social - Espace de noms