PeopleManager.GetFollowersFor method
Gets the people who are following the specified user.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Function GetFollowersFor ( _
accountName As String _
) As List(Of PersonProperties)
'Usage
Dim instance As PeopleManager
Dim accountName As String
Dim returnValue As List(Of PersonProperties)
returnValue = instance.GetFollowersFor(accountName)
public List<PersonProperties> GetFollowersFor(
string accountName
)
Parameters
accountName
Type: System.StringThe account name of the target user.
Return value
Type: System.Collections.Generic.List<PersonProperties>
The people who are following the specified user.
Exceptions
Exception | Condition |
---|---|
UserNotFoundException | |
ArgumentNullException |