SPWeb.AllowRssFeeds property

Gets a Boolean value that specifies whether the website 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 SPWeb
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

SPWeb class

SPWeb members

Microsoft.SharePoint namespace