SocialFeedManager.UnlockThread método
Desbloqueie o segmento especificado.
Namespace: Microsoft.SharePoint.Client.Social
Assemblies: Microsoft.SharePoint.Client.UserProfiles.Silverlight (em Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (em Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (em Microsoft.SharePoint.Client.UserProfiles.dll)
Sintaxe
'Declaração
Public Function UnlockThread ( _
threadId As String _
) As ClientResult(Of SocialThread)
'Uso
Dim instance As SocialFeedManager
Dim threadId As String
Dim returnValue As ClientResult(Of SocialThread)
returnValue = instance.UnlockThread(threadId)
public ClientResult<SocialThread> UnlockThread(
string threadId
)
Parâmetros
threadId
Tipo: System.StringO identificador exclusivo do encadeamento para desbloquear.
Valor retornado
Tipo: Microsoft.SharePoint.Client.ClientResult<SocialThread>
Um resumo do thread com os atributos de segmento modificada.