how to fetch list of users who have taged a list item with "I Like it" tag
i want to programatically fetch all users(list of users) who have a tagged a sharepoint 2010 custom list item "i like it".
this thread shows how to get count of user who have tagged a list item with "I Like it"
but i want list of users // s开发者_开发知识库harepoint provide this functionality out of the box in central admin for this follow this link
is there any way to fetch this information programatically ??
thanks in advance!!
Look closely at the thread you linked. It is getting a list, it is just returning the count from the list after that. The code for getting the list should be sufficient for you.
精彩评论