Свойство SPSite.SyndicationEnabled

Возвращает или задает значение Boolean , которое указывает, включена ли синдикации RSS для семейства веб-сайтов.

Пространство имен:  Microsoft.SharePoint
Сборка:  Microsoft.SharePoint (в Microsoft.SharePoint.dll)

Синтаксис

'Декларация
Public Property SyndicationEnabled As Boolean
    Get
    Set
'Применение
Dim instance As SPSite
Dim value As Boolean

value = instance.SyndicationEnabled

instance.SyndicationEnabled = value
public bool SyndicationEnabled { get; set; }

Значение свойства

Тип: System.Boolean
true to enable syndication; otherwise, false. Setting this property to true has no effect if syndication is blocked at a higher level. If the SyndicationEnabled property of the parent Web application is set to true, setting this property to true means that the site collection supports RSS feeds, and it also means that the AllowRssFeeds property returns true. If the SyndicationEnabled property of the parent Web application is set to false, setting this property to true has no effect on the AllowRssFeeds property and does not enable RSS feeds in the site collection.

См. также

Справочные материалы

SPSite класс

Элементы SPSite

Пространство имен Microsoft.SharePoint