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)
Syntax
'Declaration
Public Property SyndicationEnabled As Boolean
Get
Set
'Usage
Dim instance As SPWeb
Dim value As Boolean
value = instance.SyndicationEnabled
instance.SyndicationEnabled = value
public bool SyndicationEnabled { get; set; }
Property value
Type: System.Boolean
true to enable syndication in the website; otherwise, false.