SocialDataManager.GetBulkUserProfiles method (List<Int64>)

Retrieves a list of user profiles corresponding to the specified list of user record IDs.

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

Syntax

'Declaration
Protected Function GetBulkUserProfiles ( _
    rgUserRecordIds As List(Of Long) _
) As List(Of UserProfile)
'Usage
Dim rgUserRecordIds As List(Of Long)
Dim returnValue As List(Of UserProfile)

returnValue = Me.GetBulkUserProfiles(rgUserRecordIds)
protected List<UserProfile> GetBulkUserProfiles(
    List<long> rgUserRecordIds
)

Parameters

Return value

Type: System.Collections.Generic.List<UserProfile>

See also

Reference

SocialDataManager class

SocialDataManager members

GetBulkUserProfiles overload

Microsoft.Office.Server.SocialData namespace