This topic has not yet been rated - Rate this topic

SocialFeedManager.GetFullThread method

SharePoint 2013

Retrieves the specified thread with unabbreviated post and actor information.

Namespace:  Microsoft.SharePoint.Client.Social
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
public ClientResult<SocialThread> GetFullThread(
	string threadId
)

Parameters

threadId
Type: System.String
The unique identifier of the thread to retrieve.

Return value

Type: Microsoft.SharePoint.Client.ClientResult<SocialThread>
The specified thread with unabbreviated post and actor information.

To optimize performance, the server typically returns a digest thread that contains only the two most recent replies. If you want to get all the replies in the thread, you can call GetFullThread and pass in the ID of the returned digest thread.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.