Tagged Questions
0
votes
1answer
267 views
How to get all Note Board notes?
I have written code like this
SPServiceContext context = SPServiceContext.GetContext(site);
Uri uri = new Uri("http://localhost:1000/");
var socialCommentManager = new SocialCommentManager(context);
...