SPSocialFollowingManager.GetFollowedCount-Methode

Ruft die Anzahl der Akteure, die der aktuelle Benutzer folgt.

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

Syntax

'Declaration
Public Function GetFollowedCount ( _
    types As SPSocialActorTypes _
) As Integer
'Usage
Dim instance As SPSocialFollowingManager
Dim types As SPSocialActorTypes
Dim returnValue As Integer

returnValue = instance.GetFollowedCount(types)
public int GetFollowedCount(
    SPSocialActorTypes types
)

Parameter

Rückgabewert

Typ: System.Int32
Die Anzahl der Akteure der angegebenen Typen, die der aktuelle Benutzer folgt.

Siehe auch

Referenz

SPSocialFollowingManager Klasse

SPSocialFollowingManager-Member

Microsoft.Office.Server.Social-Namespace