del método SocialFollowingManager.StopFollowing
Quita el actor especificado de la lista de actores seguidos del usuario actual.
Espacio de nombres: Microsoft.SharePoint.Client.Social
Ensamblados: Microsoft.SharePoint.Client.UserProfiles.Silverlight (en Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (en Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (en Microsoft.SharePoint.Client.UserProfiles.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: Microsoft.SharePoint.Client.ClientResult<Boolean>
Comentarios
Para obtener ejemplos de código que muestran cómo detener elementos siguientes, vea How to: Follow people by using the .NET client object model in SharePoint 2013 y How to: Follow documents and sites by using the .NET client object model in SharePoint 2013.