How to create custom rss feed generator (sharepoint 2010)?
Posted
by user362194
on Stack Overflow
See other posts from Stack Overflow
or by user362194
Published on 2010-06-09T14:08:55Z
Indexed on
2010/06/09
14:12 UTC
Read the original article
Hit count: 652
I need to create RSS, that include all sharepoint lists and pages. Sharepoint gives "http://localhost/_layouts/listfeed.aspx?List={0251B48D-9D09-4C94-8D33-8A4589C57EC8}&Source=http%3A%2F%2Flocalhost%2FPages%2FForms%2FAllItems.aspx"
"http://localhost/_layouts/feed.aspx?xsl=1&web=%2F&page=122705e9-4542-4e65-b001-81ea8699c5bd&wp=922036c8-5d01-4a89-8cd6-65b308095451&pageurl=SitePages%2FTempPage.aspx"
How to produce one rss for all site content?
© Stack Overflow or respective owner