Share via


SocialFeedManager.GetFullThread(String) Method

Definition

[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.Social.SocialThread> GetFullThread (string threadId);
member this.GetFullThread : string -> Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.Social.SocialThread>
Public Function GetFullThread (threadId As String) As ClientResult(Of SocialThread)

Parameters

threadId
String

Returns

Attributes

Applies to