Share via


de la propiedad SPSite.SyndicationEnabled

Obtiene o establece un valor de Boolean que especifica si se habilitará la distribución de RSS para la colección de sitios.

Espacio de nombres:  Microsoft.SharePoint
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
Public Property SyndicationEnabled As Boolean
    Get
    Set
'Uso
Dim instance As SPSite
Dim value As Boolean

value = instance.SyndicationEnabled

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

Valor de propiedad

Tipo: 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.

Vea también

Referencia

clase SPSite

Miembros SPSite

Espacio de nombres Microsoft.SharePoint