SocialFollowingManager.GetFollowedCount method

Retrieves a count of actors of the specified types that the current user is following.

Namespace:  Microsoft.SharePoint.Client.Social
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)

Syntax

'Declaration
Public Function GetFollowedCount ( _
    types As SocialActorTypes _
) As ClientResult(Of Integer)
'Usage
Dim instance As SocialFollowingManager
Dim types As SocialActorTypes
Dim returnValue As ClientResult(Of Integer)

returnValue = instance.GetFollowedCount(types)
public ClientResult<int> GetFollowedCount(
    SocialActorTypes types
)

Parameters

Return value

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

See also

Reference

SocialFollowingManager class

SocialFollowingManager members

Microsoft.SharePoint.Client.Social namespace