PeopleManager.StopFollowingTag método
Remova a marca especificada da lista do usuário atual de marcas acompanhadas.
Namespace: Microsoft.SharePoint.Client.UserProfiles
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 Sub StopFollowingTag ( _
value As Guid _
)
'Uso
Dim instance As PeopleManager
Dim value As Guid
instance.StopFollowingTag(value)
public void StopFollowingTag(
Guid value
)
Parâmetros
- value
Tipo: System.Guid
Comentários
A API recomendada para usar para essa tarefa é SocialFollowingManager.StopFollowing.