Compartilhar via


SocialFeedManager.GetFullThread método

Recupera o segmento especificado com as informações de postagem e ator não abreviadas.

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 GetFullThread ( _
    threadId As String _
) As ClientResult(Of SocialThread)
'Uso
Dim instance As SocialFeedManager
Dim threadId As String
Dim returnValue As ClientResult(Of SocialThread)

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

Parâmetros

  • threadId
    Tipo: System.String

    O identificador exclusivo do encadeamento para recuperar. Isso pode ser a ID da postagem thread ou raiz (tiverem o mesmo valor).

Valor retornado

Tipo: Microsoft.SharePoint.Client.ClientResult<SocialThread>
O segmento especificado com as informações de postagem e ator não abreviadas.

Comentários

Para otimizar o desempenho, o servidor normalmente retorna um segmento de resumo que contém apenas as duas respostas mais recentes. Se você quiser receber todas as respostas no thread, você pode chamar GetFullThread e passar a ID do thread resumo retornado.

Ver também

Referência

SocialFeedManager classe

SocialFeedManager membros

Microsoft.SharePoint.Client.Social namespace