SPWeb.SyndicationEnabled - Propriété
Obtient ou définit une valeur qui spécifie si la Syndication RSS (Really Simple) est activée sur le site Web.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property SyndicationEnabled As Boolean
Get
Set
'Utilisation
Dim instance As SPWeb
Dim value As Boolean
value = instance.SyndicationEnabled
instance.SyndicationEnabled = value
public bool SyndicationEnabled { get; set; }
Valeur de propriété
Type : System.Boolean
true pour activer la syndication dans le site Web ; dans le cas contraire, false.