SPSocialFeedManager.UnlockThread method

Unlocks the specified thread.

Namespace:  Microsoft.Office.Server.Social
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Function UnlockThread ( _
    threadId As String _
) As SPSocialThread
'Usage
Dim instance As SPSocialFeedManager
Dim threadId As String
Dim returnValue As SPSocialThread

returnValue = instance.UnlockThread(threadId)
public SPSocialThread UnlockThread(
    string threadId
)

Parameters

  • threadId
    Type: System.String

    The unique identifier of the thread to unlock.

Return value

Type: Microsoft.Office.Server.Social.SPSocialThread
A digest of the thread with the modified thread attributes.

See also

Reference

SPSocialFeedManager class

SPSocialFeedManager members

Microsoft.Office.Server.Social namespace