SocialFeedManager.UnlikePost メソッド
指定したマイクロブログ投稿の likers の一覧から、現在のユーザーを削除します。
名前空間: Microsoft.SharePoint.Client.Social
アセンブリ: Microsoft.SharePoint.Client.UserProfiles.Silverlight (Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll 内); Microsoft.SharePoint.Client.UserProfiles.Phone (Microsoft.SharePoint.Client.UserProfiles.Phone.dll 内) Microsoft.SharePoint.Client.UserProfiles (Microsoft.SharePoint.Client.UserProfiles.dll 内)
構文
'宣言
Public Function UnlikePost ( _
postId As String _
) As ClientResult(Of SocialThread)
'使用
Dim instance As SocialFeedManager
Dim postId As String
Dim returnValue As ClientResult(Of SocialThread)
returnValue = instance.UnlikePost(postId)
public ClientResult<SocialThread> UnlikePost(
string postId
)
パラメーター
postId
型: System.Stringリンクを停止する投稿の一意の識別子。
戻り値
型: Microsoft.SharePoint.Client.ClientResult<SocialThread>
指定された投稿を含む変更されたスレッドの要約します。