摘要:
WordprocessingDocument wordprocessingDocument = WordprocessingDocument.Open(filePath, true); Body body = wordprocessingDocument.MainDocumentPart.Document.Body; String message = string.Empty; ExtendedFilePropertiesPart appPart = wordprocessingDocument.ExtendedFilePropertiesPart; ... 阅读全文
摘要:
SharePoint Server 2010 ships with the content targeting capability based on Audiences. Using this mechanism you can conditionally display content to groups of users based on their profiles. One shortcoming of this approach is that it needs user profiles which are not available on Internet-facing web 阅读全文
摘要:
I was developing discussion groups using web parts where I needed to show the discussion posting authors' profile images with the posting detail.First problem I faced was, how to get the profile image url of the user. I was able to find the details about the User Information List living in the R 阅读全文