SPSite.AllowRssFeeds property

Gets a Boolean value that specifies whether the site collection allows RSS feeds.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property AllowRssFeeds As Boolean
    Get
'Usage
Dim instance As SPSite
Dim value As Boolean

value = instance.AllowRssFeeds
public bool AllowRssFeeds { get; }

Property value

Type: System.Boolean
true if RSS feeds are allowed; otherwise, false.

See also

Reference

SPSite class

SPSite members

Microsoft.SharePoint namespace