SPSocialSwitch.IsFollowingFeatureEnabled method

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

Syntax

'Declaration
Public Shared Function IsFollowingFeatureEnabled ( _
    context As ClientRuntimeContext _
) As ClientResult(Of Boolean)
'Usage
Dim context As ClientRuntimeContext
Dim returnValue As ClientResult(Of Boolean)

returnValue = SPSocialSwitch.IsFollowingFeatureEnabled(context)
public static ClientResult<bool> IsFollowingFeatureEnabled(
    ClientRuntimeContext context
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.ClientResult<Boolean>

See also

Reference

SPSocialSwitch class

SPSocialSwitch members

Microsoft.SharePoint.Client.Utilities namespace