Compartilhar via


SocialFollowingManager.GetFollowers método

Recupera os usuários que estiverem acompanhando o usuário atual.

Namespace:  Microsoft.SharePoint.Client.Social
Assemblies:   Microsoft.SharePoint.Client.UserProfiles.Silverlight (em Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll);  Microsoft.SharePoint.Client.UserProfiles.Phone (em Microsoft.SharePoint.Client.UserProfiles.Phone.dll)  Microsoft.SharePoint.Client.UserProfiles (em Microsoft.SharePoint.Client.UserProfiles.dll)

Sintaxe

'Declaração
Public Function GetFollowers As ClientResult(Of SocialActor())
'Uso
Dim instance As SocialFollowingManager
Dim returnValue As ClientResult(Of SocialActor())

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

Valor retornado

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

Comentários

Para um código exemplo que mostra como obter os usuários que estiverem acompanhando o usuário atual, consulte How to: Follow people by using the .NET client object model in SharePoint 2013.

Ver também

Referência

SocialFollowingManager classe

SocialFollowingManager membros

Microsoft.SharePoint.Client.Social namespace