SPWeb.AllowRssFeeds-Eigenschaft

Ruft einen booleschen Wert, der angibt, ob die Website RSS-Feeds können.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property AllowRssFeeds As Boolean
    Get
'Usage
Dim instance As SPWeb
Dim value As Boolean

value = instance.AllowRssFeeds
public bool AllowRssFeeds { get; }

Eigenschaftswert

Typ: System.Boolean
true Wenn RSS-Feeds zulässig sind; andernfalls false.

Siehe auch

Referenz

SPWeb Klasse

SPWeb-Member

Microsoft.SharePoint-Namespace