SPWeb.SyndicationEnabled Property
Gets or sets a value that specifies whether Really Simple Syndication (RSS) is enabled in the website.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute> _
Public Property SyndicationEnabled As Boolean
Get
Set
'Usage
Dim instance As SPWeb
Dim value As Boolean
value = instance.SyndicationEnabled
instance.SyndicationEnabled = value
[ClientCallableAttribute]
public bool SyndicationEnabled { get; set; }
Property Value
Type: System.Boolean
true to enable syndication in the website; otherwise, false.