SPList.WriteRssFeed method
Writes the RSS feeds from the list to a specified document stream.
Overload list
Name | Description | |
---|---|---|
WriteRssFeed(Stream) | Writes the RSS feeds from the list to the specified document stream. | |
WriteRssFeed(Stream, Int32) | Writes the RSS feeds that are associated with the specified meeting to the specified document stream. | |
WriteRssFeed(Stream, Int32, SPView) | Writes the RSS feeds that are associated with the specified meeting and view to the specified document stream. |
Top