SocialFeedManager.LikePost - Méthode
Fait de l’utilisateur actuel quelqu’un qui « aime » le billet de microblog spécifié.
Espace de noms : Microsoft.SharePoint.Client.Social
Assemblys : Microsoft.SharePoint.Client.UserProfiles.Silverlight (dans Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (dans Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (dans Microsoft.SharePoint.Client.UserProfiles.dll)
Syntaxe
'Déclaration
Public Function LikePost ( _
postId As String _
) As ClientResult(Of SocialThread)
'Utilisation
Dim instance As SocialFeedManager
Dim postId As String
Dim returnValue As ClientResult(Of SocialThread)
returnValue = instance.LikePost(postId)
public ClientResult<SocialThread> LikePost(
string postId
)
Paramètres
postId
Type : System.StringIdentificateur unique de la publication pour aimer.
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ClientResult<SocialThread>
Résumé du thread modifiée incluant le billet spécifié.