SocialFeedManager.DeletePost - Méthode
Supprime le billet 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 DeletePost ( _
postId As String _
) As ClientResult(Of SocialThread)
'Utilisation
Dim instance As SocialFeedManager
Dim postId As String
Dim returnValue As ClientResult(Of SocialThread)
returnValue = instance.DeletePost(postId)
public ClientResult<SocialThread> DeletePost(
string postId
)
Paramètres
postId
Type : System.StringIdentificateur unique de la publication à supprimer.
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ClientResult<SocialThread>
Résumé du thread modifiée ou null si le thème entier est supprimé.
Remarques
Si la publication est un billet racine, le thread entière est supprimé. Pour obtenir un exemple de code qui montre comment supprimer un billet, voir How to: Create and delete posts and retrieve the social feed by using the .NET client object model.