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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute> _
Public ReadOnly Property AllowRssFeeds As Boolean
Get
'Usage
Dim instance As SPWeb
Dim value As Boolean
value = instance.AllowRssFeeds
[ClientCallableAttribute]
public bool AllowRssFeeds { get; }
Property Value
Type: System.Boolean
true if RSS feeds are allowed; otherwise, false.