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
- context
Type: Microsoft.SharePoint.Client.ClientRuntimeContext
Return value
Type: Microsoft.SharePoint.Client.ClientResult<Boolean>