Skip to content

Commit be17f44

Browse files
SeiyasuLinda Caputo
authored andcommitted
Update reference-threads-and-digest-threads-in-sharepoint-server-social-feeds.md (SharePoint#2586)
* Update the-xliff-interchange-file-format-in-sharepoint.md Fix invalid link. * Update reference-threads-and-digest-threads-in-sharepoint-server-social-feeds.md Link redirects correctly
1 parent e39ceda commit be17f44

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/general-development/reference-threads-and-digest-threads-in-sharepoint-server-social-feeds.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ You can identify a reference thread by its [ThreadType](https://msdn.microsoft.
3434

3535
|**Reference type**|**Description**|
3636
|:-----|:-----|
37-
| [LikeReference](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.Social.SocialThreadType.LikeReference.aspx) **** <br/> |A reference to a post that a user likes. <br/> |
38-
| [MentionReference](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.Social.SocialThreadType.MentionReference.aspx) <br/> |A reference to a post that mentions a user. <br/> |
39-
| [ReplyReference](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.Social.SocialThreadType.ReplyReference.aspx) <br/> |A reference to a reply. <br/> |
40-
| [TagReference](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.Social.SocialThreadType.TagReference.aspx) <br/> |A reference to a post that contains a tag. <br/> |
41-
| [Normal](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.Social.SocialThreadType.Normal.aspx) <br/> |Not a reference thread. <br/> |
37+
| [LikeReference](https://msdn.microsoft.com/library/microsoft.sharepoint.client.social.socialthreadtype.aspx) **** <br/> |A reference to a post that a user likes. <br/> |
38+
| [MentionReference](https://msdn.microsoft.com/library/microsoft.sharepoint.client.social.socialthreadtype.aspx) <br/> |A reference to a post that mentions a user. <br/> |
39+
| [ReplyReference](https://msdn.microsoft.com/library/microsoft.sharepoint.client.social.socialthreadtype.aspx) <br/> |A reference to a reply. <br/> |
40+
| [TagReference](https://msdn.microsoft.com/library/microsoft.sharepoint.client.social.socialthreadtype.aspx) <br/> |A reference to a post that contains a tag. <br/> |
41+
| [Normal](https://msdn.microsoft.com/library/microsoft.sharepoint.client.social.socialthreadtype.aspx) <br/> |Not a reference thread. <br/> |
4242

4343
The [PostReference](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.Social.SocialThread.PostReference.aspx) property returns a [SocialPostReference](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.Social.SocialPostReference.aspx) object that contains information about the thread that triggered the event. At a minimum, it contains the ID of the source thread, which you can then use with the [SocialFeedManager.GetFullThread](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.Social.SocialFeedManager.GetFullThread.aspx) method to retrieve the thread if it still exists.
4444

0 commit comments

Comments
 (0)