Freigeben über


SPUtility.IsEmailFollowLinkEnabled-Methode

Überprüfen Sie, ob der Inhalt nach auf eine Dokumentbibliothek aktiviert ist

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

Syntax

'Declaration
Public Shared Function IsEmailFollowLinkEnabled ( _
    web As SPWeb _
) As Boolean
'Usage
Dim web As SPWeb
Dim returnValue As Boolean

returnValue = SPUtility.IsEmailFollowLinkEnabled(web)
public static bool IsEmailFollowLinkEnabled(
    SPWeb web
)

Parameter

Rückgabewert

Typ: System.Boolean
True, wenn der Inhalt nach aktiviert ist, sonst false.

Siehe auch

Referenz

SPUtility Klasse

SPUtility-Member

Microsoft.SharePoint.Utilities-Namespace