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
web
Type: Microsoft.SharePoint.SPWebthe spweb on which to check the content following enabled state
Return value
Type: System.Boolean
true if content following is enabled, false otherwise.