Tobias Zimmergren tweeted today asking
Anyone got recommendations to how you modify RSS-Settings for an SPList object using the API?
Good question. The SPList object does have a property EnableSyndication that gets or sets whether an RSS feed is available. There is also an property ‘AllowRssFeeds’, but it is, apparently, read only.
So, you can set whether one is allowed or not – but there are a lot more settings. What about controlling them programmatically? Read more »