Compartilhar via


SocialFollowingManager.StopFollowing método

Remove o ator especificado da lista do usuário atual dos atores acompanhados.

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 StopFollowing ( _
    actor As SocialActorInfo _
) As ClientResult(Of Boolean)
'Uso
Dim instance As SocialFollowingManager
Dim actor As SocialActorInfo
Dim returnValue As ClientResult(Of Boolean)

returnValue = instance.StopFollowing(actor)
public ClientResult<bool> StopFollowing(
    SocialActorInfo actor
)

Parâmetros

Valor retornado

Tipo: Microsoft.SharePoint.Client.ClientResult<Boolean>

Comentários

Para exemplos de código que mostram como parar de itens a seguir, consulte How to: Follow people by using the .NET client object model in SharePoint 2013 e How to: Follow documents and sites by using the .NET client object model in SharePoint 2013.

Ver também

Referência

SocialFollowingManager classe

SocialFollowingManager membros

Microsoft.SharePoint.Client.Social namespace