SocialFeedManager.UnlockThread 方法

Unlocks the specified thread.

命名空间:  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

    The unique identifier of the thread to unlock.

返回值

类型:Microsoft.SharePoint.Client.ClientResult<SocialThread>
A digest of the thread with the modified thread attributes.

另请参阅

引用

SocialFeedManager 类

SocialFeedManager 成员

Microsoft.SharePoint.Client.Social 命名空间