Поделиться через


Метод 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