共用方式為


SocialFeedManager.UnlockThread 方法

解除鎖定指定的執行緒。

命名空間:  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 UnlockThread ( _
    threadId As String _
) As ClientResult(Of SocialThread)
'用途
Dim instance As SocialFeedManager
Dim threadId As String
Dim returnValue As ClientResult(Of SocialThread)

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

參數

  • threadId
    類型:System.String

    若要解除鎖定執行緒的唯一識別碼。

傳回值

類型:Microsoft.SharePoint.Client.ClientResult<SocialThread>
修改的執行緒其屬性的執行緒的摘要。

請參閱

參照

SocialFeedManager 類別

SocialFeedManager 成員

Microsoft.SharePoint.Client.Social 命名空間