SocialFeedManager.GetAllLikers método
Recupera as informações de liker não abreviada para a postagem de microblog especificado.
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 GetAllLikers ( _
postId As String _
) As ClientResult(Of SocialActor())
'Uso
Dim instance As SocialFeedManager
Dim postId As String
Dim returnValue As ClientResult(Of SocialActor())
returnValue = instance.GetAllLikers(postId)
public ClientResult<SocialActor[]> GetAllLikers(
string postId
)
Parâmetros
postId
Tipo: System.StringO identificador exclusivo da postagem.
Valor retornado
Tipo: Microsoft.SharePoint.Client.ClientResult<[]>
Os usuários que similar postagem especificada.