Partager via


SocialFeedManager.UnlockThread - Méthode

Déverrouille le fil de discussion 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 UnlockThread ( _
    threadId As String _
) As ClientResult(Of SocialThread)
'Utilisation
Dim instance As SocialFeedManager
Dim threadId As String
Dim returnValue As ClientResult(Of SocialThread)

returnValue = instance.UnlockThread(threadId)
public ClientResult<SocialThread> UnlockThread(
    string threadId
)

Paramètres

  • threadId
    Type : System.String

    Identificateur unique du thread à déverrouiller.

Valeur renvoyée

Type : Microsoft.SharePoint.Client.ClientResult<SocialThread>
Résumé du thread avec les attributs de thread modifié.

Voir aussi

Référence

SocialFeedManager classe

SocialFeedManager - Membres

Microsoft.SharePoint.Client.Social - Espace de noms