SPUtility.IsEmailFollowLinkEnabled method

check if content following is enabled on a document library

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
)

Parameters

Return value

Type: System.Boolean
true if content following is enabled, false otherwise.

See also

Reference

SPUtility class

SPUtility members

Microsoft.SharePoint.Utilities namespace