SocialFeedManager.DeletePost método
Exclui 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 DeletePost ( _
postId As String _
) As ClientResult(Of SocialThread)
'Uso
Dim instance As SocialFeedManager
Dim postId As String
Dim returnValue As ClientResult(Of SocialThread)
returnValue = instance.DeletePost(postId)
public ClientResult<SocialThread> DeletePost(
string postId
)
Parâmetros
postId
Tipo: System.StringO identificador exclusivo da postagem para excluir.
Valor retornado
Tipo: Microsoft.SharePoint.Client.ClientResult<SocialThread>
Um resumo do thread modificada ou nulo se o segmento inteiro é excluído.
Comentários
Se a postagem é uma postagem de raiz, o segmento inteiro será excluído. Para um código exemplo que mostra como excluir uma postagem, consulte How to: Create and delete posts and retrieve the social feed by using the .NET client object model.