Adding Comments/Notes to My Sites activity Feed
-
2012年4月15日 3:28
I have a need to be able to add comments to items in the activity feed to make it like other social sites.
I'm not really sure where to start and was thinking something like a new web part (I don't see a way around this as it will need to know how to display the new comments. Would like to use the existing rendering features if possible but don't know enough about this to know if that is possible.)
How to store / retrieve the comments is what seems the most difficult. I was thinking I need a new table to store comments if there is not a built in feature for this with activities, I believe there is a mechanism for easily creating / retrieving comments but I believe it requires a URL which I don't think(I'm guessing here) that the activity feed item has.
So what I am looking for information on how to do something like this. I have thus far been unsuccessful in finding any useful information.
全部回复
-
2012年4月15日 7:44
HI JACCS,
Activities in Sharepoint 2010 can be added, modified or deleted using object model. Here is the link to get a basic idea on how to create an activit for users.
Activity can be a comment or a tag.
Comments can be accessed using the class SocialCommentManager and tags using SocialTagManager. Hope this helps.
- 已建议为答案 Sreeharsha Alagani 2012年4月17日 9:06
- 已标记为答案 Qiao WeiMicrosoft Contingent Staff, Moderator 2012年4月26日 9:39

