How does SharePoint keep track of if a user has liked a blog post or not? I'm thinking it must be a property either on the post or on the user. Does anyone know how to programmatically find this info in Visual Studio?
- which version of SharePoint are you using ?Muhammad Raja– Muhammad Raja2013-11-04 21:00:09 +00:00Commented Nov 4, 2013 at 21:00
- SharePoint ServerFenoec– Fenoec2013-11-04 21:47:03 +00:00Commented Nov 4, 2013 at 21:47
- 1I think he meant; 2007, 2010, 2013?Robert Lindgren– Robert Lindgren2013-11-05 06:50:28 +00:00Commented Nov 5, 2013 at 6:50
- 1Oh sorry, SharePoint Server 2013Fenoec– Fenoec2013-11-05 18:20:41 +00:00Commented Nov 5, 2013 at 18:20
Add a comment |
1 Answer
This link should get you started, to the best of my knowledge the code behind call to SocialTagManager hasn't changed from 2010 to 2013, but I could be wrong.