SPSocialFollowingManager.GetFollowed-Methode

Ruft die Akteure, die der aktuelle Benutzer verfolgt.

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
)

Parameter

Rückgabewert

Typ: []
Die Akteure der angegebenen Typen, die der aktuelle Benutzer folgt.

Siehe auch

Referenz

SPSocialFollowingManager Klasse

SPSocialFollowingManager-Member

Microsoft.Office.Server.Social-Namespace