SPSocialFollowingManager.GetFollowed method

Retrieves the actors that the current user is following.

Namespace:  Microsoft.Office.Server.Social
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Function GetFollowed ( _
    types As SPSocialActorTypes _
) As SPSocialActor()
'Usage
Dim instance As SPSocialFollowingManager
Dim types As SPSocialActorTypes
Dim returnValue As SPSocialActor()

returnValue = instance.GetFollowed(types)
public SPSocialActor[] GetFollowed(
    SPSocialActorTypes types
)

Parameters

Return value

Type: []
The actors of the specified types that the current user is following.

See also

Reference

SPSocialFollowingManager class

SPSocialFollowingManager members

Microsoft.Office.Server.Social namespace