2
我正在使用SocialCommentManager.GetComments方法獲取社交評論數組,我需要獲取該評論的個人資料圖片,但無法找到去做吧。如何獲取Sharepoint的個人資料圖片SocialComment.Owner
我如何檢索意見的一些示例代碼:
SocialComment[] comments = mySocialCommentManager.GetComments(CurrentPage.Uri); //ToDo: Update parameters to allow paging
foreach (SocialComment comment in comments)
{
//ToDo: Get comment.Owner profile pricture somehow
任何幫助,非常感謝