Expand Minimize
This topic has not yet been rated - Rate this topic

SPSite.SyndicationEnabled property

Gets or sets a Boolean value that specifies whether RSS syndication is enabled for the site collection.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public bool SyndicationEnabled { get; set; }

Property value

Type: System.Boolean
true to enable syndication; otherwise, false. Setting this property to true has no effect if syndication is blocked at a higher level. If the SyndicationEnabled property of the parent Web application is set to true, setting this property to true means that the site collection supports RSS feeds, and it also means that the AllowRssFeeds property returns true. If the SyndicationEnabled property of the parent Web application is set to false, setting this property to true has no effect on the AllowRssFeeds property and does not enable RSS feeds in the site collection.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.