This topic has not yet been rated - Rate this topic

SocialFollowingManager.IsFollowed method

SharePoint 2013

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)
'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)
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.