次の方法で共有


SocialFeedManager.DeletePost メソッド

指定したマイクロブログ投稿を削除します。

名前空間:  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 DeletePost ( _
    postId As String _
) As ClientResult(Of SocialThread)
'使用
Dim instance As SocialFeedManager
Dim postId As String
Dim returnValue As ClientResult(Of SocialThread)

returnValue = instance.DeletePost(postId)
public ClientResult<SocialThread> DeletePost(
    string postId
)

パラメーター

  • postId
    型: System.String

    削除するのには、投稿の一意の識別子します。

戻り値

型: Microsoft.SharePoint.Client.ClientResult<SocialThread>
スレッドの変更、またはnullスレッド全体が削除された場合の要約します。

注釈

投稿にルート投稿を指定すると、スレッド全体が削除されます。投稿を削除する方法を示すコードの例では、 [方法] SharePoint 2013 で .NET クライアント オブジェクト モデルを使用して投稿の作成と削除、およびソーシャル フィードの取得を行うを参照してください。

関連項目

参照先

SocialFeedManager クラス

SocialFeedManager メンバー

Microsoft.SharePoint.Client.Social 名前空間