SocialFollowingManager.IsFollowed method
Determines whether the current user is following the specified actor.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Function IsFollowed ( _
actor As SocialActorInfo _
) As ClientResult(Of Boolean)
'Usage
Dim instance As SocialFollowingManager
Dim actor As SocialActorInfo
Dim returnValue As ClientResult(Of Boolean)
returnValue = instance.IsFollowed(actor)
public ClientResult<bool> IsFollowed(
SocialActorInfo actor
)
Parameters
Return value
Type: Microsoft.SharePoint.Client.ClientResult<Boolean>