Tags: howto |
Categories: Sharepoint
Posted on
6/1/2008 11:22 PM |
Comments (0)
Following my series of retrieving HTML from SharePoint - I had to recently retrieve the HTML from the Blog post in SharePoint. One again - it is pretty straight forward but as the Blogs are a different site compared to SharePoint MySite - you will need to develop a feature at a Site Collecti...
[More]
Tags: howto |
Categories: Sharepoint
Posted on
6/1/2008 11:04 PM |
Comments (0)
Recently, I had to retrieve the HTML of SharePoint Wiki pages. The only example I could find was Arpan shah's blog post about Grabbing Wiki content. Turns out that it is not difficult as I thought and Wiki is just a List in SharePoint and you can retrieve the HTML content usin...
[More]
Tags: howto |
Categories: Sharepoint
Posted on
5/13/2008 12:32 AM |
Comments (7)
In a recent project, I had to add an ECB item (shortcut menu, context menu) for wiki pages and blog posts in Microsoft Office SharePoint Server 2007. It was a quest to find the right ContentType.
To add a menu item for Wiki, you can create a Custom Action in the Fe...
[More]